|
Public Member Functions |
| | TestTopOpeTools_Trace (const Standard_Integer nbmaxentry, const TCollection_AsciiString &genre) |
| | TestTopOpeTools_Trace (const Standard_Integer nbmaxentry) |
| Standard_Integer | Add (const t_flag flag, tf_value func) |
| Standard_Integer | SetVerbose (const Standard_Boolean b) |
| Standard_Integer | SetVerbose (const t_flag flag, const Standard_Boolean b) |
| Standard_Integer | Set (const Standard_Integer mute, const t_flag flag, const t_value value) |
| Standard_Integer | Add (const t_flag flag, tf_intarg func) |
| Standard_Integer | Add (const t_flag flag, tf_int_intarg func) |
| Standard_Integer | Set (const Standard_Integer mute, const t_flag flag, const t_value value, Standard_Integer narg, const char **args) |
| void | Dump () |
| void | Reset (const t_value) |
| Standard_Boolean | IsEmpty () |
| const TCollection_AsciiString & | Genre () |
| Standard_Boolean | Exist (const t_flag flag, Standard_Integer &index) |
| Standard_Boolean | Exist (const tf_value func, Standard_Integer &index) |
Private Member Functions |
| const t_flag | Getflag (const Standard_Integer index) |
| const tf_value | Getfunc (const Standard_Integer index) |
| const te_ftyp | Getftyp (const Standard_Integer index) |
| Standard_Integer | Add (const t_flag flag, const tf_value func, const te_ftyp ftyp) |
Private Attributes |
| TCollection_AsciiString | mygenre |
| Standard_Integer | myfirstentry |
| Standard_Integer | mynbmaxentry |
| Standard_Integer | mynbentries |
| TColStd_Array1OfAsciiString | myflag |
| TColStd_Array1OfInteger | myfunc |
| TColStd_Array1OfInteger | myftyp |
| Standard_Boolean | myverbose |
| TColStd_Array1OfBoolean | myfverbose |