Internal: the database of a CWDatabase. More...
Public Member Functions | |
| Database (CWStruct::DSET const &dset=CWStruct::DSET()) | |
| constructor | |
Public Attributes | |
| std::vector< Field > | m_fields |
| the list of field | |
| shared_ptr< CWDbaseContent > | m_content |
| the data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Database const &doc) |
| operator<< | |
Internal: the database of a CWDatabase.
| CWDatabaseInternal::Database::Database | ( | CWStruct::DSET const & | dset = CWStruct::DSET() | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Database const & | doc | ||
| ) | [friend] |
operator<<
the data
Referenced by CWDatabase::sendDatabase().
| std::vector<Field> CWDatabaseInternal::Database::m_fields |
the list of field
Referenced by CWDatabase::readDefaults(), CWDatabase::readFields(), and CWDatabase::sendDatabase().