Defined in file: hzDatabase.h
Used to store objects in data object repository cache (where RAM Primacy is deployed)
Constructors/Detructors
| hzEdo* | hzEdo | (void) | |
| void | ~hzEdo | (void) |
Public Methods:
| void | Clear | (void) | Release space |
| hzEcode | GetValue | (hzChain& Z) | Populate supplied chain with EDO value |
| hzEdo& | SetValue | (hzChain& Z) | Set the EDO to the value in the supplied chain |
| uint32_t | Size | (void) | Yeild the EDO size |
| uint32_t | Total | (void) | Yeild the EDO size |
| const char* | Txt | (void) | Return 'text' value |
Overloaded operators:
| hzEdo& | operator= | (hzEdo& op) |
Member Variables:
| uint32_t | m_addr | Address of EDO control and data space |