CWGraphInternal::ZoneUnknown Struct Reference

Internal: structure used to store an unknown zone of a CWGraph. More...

Inheritance diagram for CWGraphInternal::ZoneUnknown:
CWGraphInternal::Zone

List of all members.

Public Member Functions

 ZoneUnknown (Zone const &z)
 construtor
virtual void print (std::ostream &o) const
 print the zone
virtual Type getType () const
 return the main type
virtual Type getSubType () const
 return the sub type
virtual int getNumData () const
 return the number of data
virtual CWStruct::DSET::Child getChild () const
 return a child corresponding to this zone

Public Attributes

Type m_type
 the sub type
int m_typeId
 type number

Detailed Description

Internal: structure used to store an unknown zone of a CWGraph.


Constructor & Destructor Documentation

construtor


Member Function Documentation

return a child corresponding to this zone

Reimplemented from CWGraphInternal::Zone.

virtual int CWGraphInternal::ZoneUnknown::getNumData ( ) const [inline, virtual]

return the number of data

Reimplemented from CWGraphInternal::Zone.

virtual Type CWGraphInternal::ZoneUnknown::getSubType ( ) const [inline, virtual]

return the sub type

Reimplemented from CWGraphInternal::Zone.

virtual Type CWGraphInternal::ZoneUnknown::getType ( ) const [inline, virtual]

return the main type

Reimplemented from CWGraphInternal::Zone.

virtual void CWGraphInternal::ZoneUnknown::print ( std::ostream &  o) const [inline, virtual]

print the zone

Reimplemented from CWGraphInternal::Zone.


Member Data Documentation


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