Classes | |
struct | Bookmark |
Internal: class to store a field definition (BKMT) More... | |
struct | DataPLC |
Internal: class to store the PLC: Pointer List Content ? More... | |
struct | Notes |
Internal: class to store the note position. More... | |
struct | Object |
Internal: class to store an object definition. More... | |
struct | State |
Internal: the state of a WPS4Text. More... | |
class | SubDocument |
Internal: the subdocument of a WPS8Text. More... | |
struct | Token |
Internal: class to store a field definition (TOKN) More... |
Enumerations | |
enum | PLCType { BTE =0 , TCD , STRS , OBJECT , TOKEN , BMKT , Unknown } |
different types More... |
Functions | |
std::ostream & | operator<< (std::ostream &o, Bookmark const &bmk) |
operator<< for a Bookmark | |
std::ostream & | operator<< (std::ostream &o, Notes const ¬e) |
operator<< for an object | |
std::ostream & | operator<< (std::ostream &o, Object const &obj) |
operator<< for an object | |
std::ostream & | operator<< (std::ostream &o, Token const &tok) |
operator<< for a Token | |
std::ostream & | operator<< (std::ostream &o, DataPLC const &plc) |
operator<< for a DataPLC |
std::ostream & WPS8TextInternal::operator<< | ( | std::ostream & | o, |
Bookmark const & | bmk ) |
operator<< for a Bookmark
operator <<
std::ostream & WPS8TextInternal::operator<< | ( | std::ostream & | o, |
DataPLC const & | plc ) |
operator<< for a DataPLC
operator<<
std::ostream & WPS8TextInternal::operator<< | ( | std::ostream & | o, |
Notes const & | note ) |
operator<< for an object
operator <<
std::ostream & WPS8TextInternal::operator<< | ( | std::ostream & | o, |
Object const & | obj ) |
operator<< for an object
operator <<