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 More... | |
std::ostream & | operator<< (std::ostream &o, Notes const ¬e) |
operator<< for an object More... | |
std::ostream & | operator<< (std::ostream &o, Object const &obj) |
operator<< for an object More... | |
std::ostream & | operator<< (std::ostream &o, Token const &tok) |
operator<< for a Token More... | |
std::ostream & | operator<< (std::ostream &o, DataPLC const &plc) |
operator<< for a DataPLC More... | |
std::ostream& WPS8TextInternal::operator<< | ( | std::ostream & | o, |
Bookmark const & | bmk | ||
) |
operator<< for a Bookmark
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 <<
std::ostream& WPS8TextInternal::operator<< | ( | std::ostream & | o, |
Token const & | tok | ||
) |
operator<< for a Token
operator <<
std::ostream& WPS8TextInternal::operator<< | ( | std::ostream & | o, |
DataPLC const & | plc | ||
) |
operator<< for a DataPLC
operator<<
Referenced by WPS8TextInternal::Bookmark::Bookmark(), WPS8TextInternal::DataPLC::DataPLC(), WPS8TextInternal::Object::Object(), WPS8TextInternal::Notes::Compare::operator()(), and WPS8TextInternal::Token::Token().