Private and protected interface of class 'EnvObject'. More...
#include <EnvObject_private.h>
Public Member Functions | |
| INHERITS_FROM (Object) | |
Data Fields | |
| NuSMVEnv_ptr | environment |
Related Functions | |
(Note that these are not member functions.) | |
| void | env_object_copy_aux (const EnvObject_ptr self, EnvObject_ptr copy) |
| The EnvObject class private cloner fun. | |
| void | env_object_deinit (EnvObject_ptr self) |
| The EnvObject class private deinitializer. | |
| void | env_object_init (EnvObject_ptr self, NuSMVEnv_ptr env) |
| The EnvObject class private initializer. | |
| EnvObject_ptr | EnvObject_create (const NuSMVEnv_ptr env) |
| The EnvObject class constructor. | |
| void | EnvObject_destroy (EnvObject_ptr self) |
| The EnvObject class destructor. | |
| NuSMVEnv_ptr | EnvObject_get_environment (const EnvObject_ptr self) |
| The EnvObject NuSMV environment getter. | |
Private and protected interface of class 'EnvObject'.
Public interface of class 'EnvObject'.
EnvObject class definition derived from class Object
Definition of the public accessor for class EnvObject
| EnvObject::INHERITS_FROM | ( | Object | ) |
| void env_object_copy_aux | ( | const EnvObject_ptr | self, | |
| EnvObject_ptr | copy | |||
| ) | [related] |
The EnvObject class private cloner fun.
The EnvObject class private cloner fun
| void env_object_deinit | ( | EnvObject_ptr | self | ) | [related] |
The EnvObject class private deinitializer.
The EnvObject class private deinitializer
| void env_object_init | ( | EnvObject_ptr | self, | |
| NuSMVEnv_ptr | env | |||
| ) | [related] |
The EnvObject class private initializer.
The EnvObject class private initializer
| EnvObject_ptr EnvObject_create | ( | const NuSMVEnv_ptr | env | ) | [related] |
The EnvObject class constructor.
AutomaticStart
The EnvObject class constructor
| void EnvObject_destroy | ( | EnvObject_ptr | self | ) | [related] |
| NuSMVEnv_ptr EnvObject_get_environment | ( | const EnvObject_ptr | self | ) | [related] |
The EnvObject NuSMV environment getter.
The EnvObject NuSMV environment getter
1.6.1