struct to store child data in HMWKGraphInternal::Group More...
Public Member Functions | |
Child () | |
constructor | |
Public Attributes | |
long | m_fileId |
the child id | |
int | m_values [2] |
two values | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Child const &ch) |
operator<< |
struct to store child data in HMWKGraphInternal::Group
HMWKGraphInternal::Group::Child::Child | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Child const & | ch | ||
) | [friend] |
operator<<
the child id
Referenced by HMWKGraph::readGroup().
two values
Referenced by Child(), and HMWKGraph::readGroup().