#include <rvc/initext.h>
Inheritance diagram for RVC::INITEXT:

Public Member Functions | |
| void | Attach (INIHANDLE &handle) |
| INIHANDLE | Detach () |
| INIHANDLE | GetIniHandle () const |
| INITEXT (const RVC::INITEXT &obj) | |
| INITEXT () | |
| RVC::INITEXT & | operator= (const RVC::INITEXT &rhs) |
| virtual | ~INITEXT ()=0 |
This includes methods to read from and write to a RVC text object given an Ini Handle
RVC Object Types that this class supports: Derived class
Default RVC Object Type for this class: Derived class
Valid parents for this class: Derived class
Definition at line 56 of file initext.h.
|
|
Default constructor.
|
|
|
Copy constructor, not to be used lightly, makes copy of ini string.
|
|
|
Destructor.
|
|
|
Attach (gain ownership) of an INI handle to this object instance. Will free handle when object instance goes out of scope Handle set to NULL on return |
|
|
Detach (lose ownership) of an INI handle from this object instance.
Reimplemented from RVC::OBJECT. |
|
|
Obtain INI handle for reading / writing information.
|
|
|
Assignment, not to be used lightly, makes copy of ini string.
|
1.3.8-20040913