TF++, Miscellaneous classes and modules in C++:

◆ throwit()

void A::throwit ( ) const
inline

Definition at line 66 of file exceptiontest.cc.

References Mtb, throwa(), and throwb().

Referenced by main().

67  {
68  if (Mtb)
69  {
70  throwa();
71  }
72  else
73  {
74  throwb();
75  }
76  }
void throwa()
bool Mtb
void throwb()
Here is the call graph for this function:
Here is the caller graph for this function: