FWStruct::ZoneHeader Struct Reference

a structure used to store the data of a zone header in a FullWrite file More...

#include <FWStruct.hxx>

Inheritance diagram for FWStruct::ZoneHeader:
FWGraphInternal::SideBar FWParserInternal::SideBar

List of all members.

Public Member Functions

 ZoneHeader ()
 constructor
virtual ~ZoneHeader ()
 destructor
bool read (shared_ptr< FWStruct::Entry > zone)
 try to read the data header of a classical zone

Public Attributes

int m_type
 the zone type
int m_docId
 the doc id
int m_fileId
 the file id
int m_wrapping
 the wrapping type
std::string m_extra
 some extra data

Friends

std::ostream & operator<< (std::ostream &o, ZoneHeader const &dt)
 the operator<<

Detailed Description

a structure used to store the data of a zone header in a FullWrite file


Constructor & Destructor Documentation

constructor

virtual FWStruct::ZoneHeader::~ZoneHeader ( ) [inline, virtual]

destructor


Member Function Documentation

bool FWStruct::ZoneHeader::read ( shared_ptr< FWStruct::Entry zone)

try to read the data header of a classical zone

Referenced by FWParser::readDocZoneData(), FWParser::readGenericDocData(), and FWGraph::readGraphicData().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
ZoneHeader const &  dt 
) [friend]

the operator<<


Member Data Documentation

some extra data

Referenced by FWStruct::operator<<(), and read().


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