libmwaw::DebugFile::NotePos Struct Reference

a note and its position (used to sort all notes) More...

#include <MWAWDebug.hxx>

List of all members.

Classes

struct  NotePosLt
 internal struct used to sort the notes, sorted by position More...

Public Member Functions

 NotePos ()
 empty constructor used by std::vector
 NotePos (long p, std::string const &n, bool br=true)
 constructor: given position and note
bool operator< (NotePos const &p) const
 comparison operator based on the position

Public Attributes

long m_pos
 note offset
std::string m_text
 note text
bool m_breaking
 flag to indicate a non breaking note

Detailed Description

a note and its position (used to sort all notes)


Constructor & Destructor Documentation

empty constructor used by std::vector

libmwaw::DebugFile::NotePos::NotePos ( long  p,
std::string const &  n,
bool  br = true 
) [inline]

constructor: given position and note


Member Function Documentation

bool libmwaw::DebugFile::NotePos::operator< ( NotePos const &  p) const [inline]

comparison operator based on the position


Member Data Documentation

flag to indicate a non breaking note

Referenced by operator<().

note offset

Referenced by operator<().

note text

Referenced by operator<().


The documentation for this struct was generated from the following file: