structure to store a dictionary in a text zone More...
#include <StarWriterStruct.hxx>
| Classes | |
| struct | Data | 
| a data of a Dictionary  More... | |
| Public Member Functions | |
| Dictionary () | |
| constructor | |
| bool | read (StarZone &zone) | 
| try to read a dictionary: 'j' | |
| Public Attributes | |
| std::vector< Data > | m_dataList | 
| the list of data | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Dictionary const &dictionary) | 
| operator<< | |
structure to store a dictionary in a text zone
| 
 | inline | 
constructor
Referenced by operator<<.
| bool StarWriterStruct::Dictionary::read | ( | StarZone & | zone | ) | 
try to read a dictionary: 'j'
Referenced by StarObjectText::readWriterDocument().
| 
 | friend | 
operator<<
| std::vector<Data> StarWriterStruct::Dictionary::m_dataList | 
the list of data
Referenced by Dictionary(), operator<<, and read().