|
Open CASCADE Technology
7.0.0
|
#include <TObj_Container.hxx>Data Structures | |
| class | TObj_Persistence |
Macros | |
| #define | _TOBJOCAF_PERSISTENCE_ACCESS_ |
| Declare subclass and methods of the class inherited from TObj_Object necessary for implementation of persistence This declaration should be put inside class declaration, under 'protected' modifier. More... | |
| #define | DECLARE_TOBJOCAF_PERSISTENCE(name, ancestor) |
| #define | IMPLEMENT_TOBJOCAF_PERSISTENCE(name) |
| Implement mechanism for registration the type for persistence This should not be used for abstract classes (while DECLARE should) More... | |
| #define _TOBJOCAF_PERSISTENCE_ACCESS_ |
Declare subclass and methods of the class inherited from TObj_Object necessary for implementation of persistence This declaration should be put inside class declaration, under 'protected' modifier.
| #define DECLARE_TOBJOCAF_PERSISTENCE | ( | name, | |
| ancestor | |||
| ) |
| #define IMPLEMENT_TOBJOCAF_PERSISTENCE | ( | name | ) |
Implement mechanism for registration the type for persistence This should not be used for abstract classes (while DECLARE should)
1.8.10