CWTextInternal::Section Struct Reference

internal class used to store a section More...

List of all members.

Public Member Functions

 Section ()
 the constructor
MWAWSection getSection () const
 returns a section

Public Attributes

long m_pos
 the character position
int m_numColumns
 the number of column
std::vector< int > m_columnsWidth
 the columns width
std::vector< int > m_columnsSep
 the columns separator
std::string m_extra
 a string to store unparsed data

Friends

std::ostream & operator<< (std::ostream &o, Section const &sec)
 operator <<

Detailed Description

internal class used to store a section


Constructor & Destructor Documentation

the constructor


Member Function Documentation

returns a section


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Section const &  sec 
) [friend]

operator <<


Member Data Documentation

the columns separator

Referenced by getSection(), and CWText::readTextSection().

the columns width

Referenced by getSection(), and CWText::readTextSection().

a string to store unparsed data

Referenced by CWText::readTextSection().

the character position

Referenced by CWText::readTextSection().


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