Open CASCADE Technology
7.1.0.beta
|
#include <NCollection_Vector.hxx>
#include <TCollection_AsciiString.hxx>
#include <TColStd_Array1OfAsciiString.hxx>
#include <TColStd_Array1OfInteger.hxx>
#include <TColStd_Array1OfBoolean.hxx>
Data Structures | |
class | TestTopOpeTools_Trace |
Typedefs | |
typedef Standard_Boolean | t_value |
typedef TCollection_AsciiString | t_flag |
typedef void(* | tf_value) (const t_value) |
typedef void(* | tf_intarg) (const t_value, Standard_Integer, const char **) |
typedef Standard_Integer(* | tf_int_intarg) (const t_value, Standard_Integer, const char **) |
typedef enum te_ftyp | te_ftyp |
Enumerations | |
enum | te_ftyp { te_value, te_intarg, te_int_intarg } |
typedef TCollection_AsciiString t_flag |
typedef Standard_Boolean t_value |
typedef Standard_Integer(* tf_int_intarg) (const t_value, Standard_Integer, const char **) |
typedef void(* tf_intarg) (const t_value, Standard_Integer, const char **) |
typedef void(* tf_value) (const t_value) |
enum te_ftyp |