Example #1
0
 /// Print a formatted description of this tree.
 ///
 /// This is very useful for maintainability, e.g. debugging and
 /// for analysis of system behavior.  It prints an indented tree
 /// of filter tree nodes with volumes and mask information.
 void Print() const
 {
     int indent = 0;
     x_Print(indent);
 }
void CDiagStrErrCodeMatcher::Print(ostream& out) const
{
    x_Print(m_Code,out);
    out << '.';
    x_Print(m_SubCode,out);
}