ERUCES::TEUpdatableObject
#include <teupdobject.h>
The TEUpdatableObject class is the base class for all objects which can be marshalled.
It is derived from the TEObject class. Base class for all objects that can be marshalled.
© Pi Soft, 2018-2026 · Tricryption Engine 8.1
Inheritance
- Inherits ERUCES::TEObject
- Inherited by ERUCES::TEACLEntry
- Inherited by ERUCES::TEACLInfo
- Inherited by ERUCES::TEACLTemplate
- Inherited by ERUCES::TEACLTemplateMember
- Inherited by ERUCES::TEAdminTrustedExecutableInfo
- Inherited by ERUCES::TECertObjectInfo
- Inherited by ERUCES::TECodeSigningInfo
- Inherited by ERUCES::TEOperation
- Inherited by ERUCES::TEParameter
- Inherited by ERUCES::TEParameterRE
- Inherited by ERUCES::TEPrincipalInfo
- Inherited by ERUCES::TEPrincipalTrustMatrix
- Inherited by ERUCES::TETemplatedDirectory
- Inherited by ERUCES::TETrustedServerInfo
- Inherited by ERUCES::TEUserRole
Protected Attributes
| Type | Name | Description |
|---|---|---|
| UpdatableObject * | m_pObjectImpl |
Protected Member Functions
| Member | Description |
|---|---|
TEUpdatableObject() | The TEUpdatableObject constructor is the default class constructor. |
Public Member Functions
| Member | Description |
|---|---|
~TEUpdatableObject() | The TEUpdatableObject destructor is the class destructor. |
void getUpdatedAttributeName(TEObjectContainer &names) const | The getUpdatedAttributeName method gets the names of all updated attributes. |
void clearUpdatedAttributeName() | The clearUpdatedAttributeName method clears the names of all updated attributes; the object returns to its unchanged status. |
Member Function Documentation
TEUpdatableObject()
The TEUpdatableObject constructor is the default class constructor.
~TEUpdatableObject()
The TEUpdatableObject destructor is the class destructor.
void getUpdatedAttributeName(TEObjectContainer &names) const
The getUpdatedAttributeName method gets the names of all updated attributes.
Parameters
| Parameter | Description |
|---|---|
names | A container to hold strings representing the attribute names. Type of objects in it will be string. |
void clearUpdatedAttributeName()
The clearUpdatedAttributeName method clears the names of all updated attributes; the object returns to its unchanged status.