Manages RVC::OBJTYPE_ICMProfile RVC objects. More...
#include <rvc/icmprofile.h>

Public Member Functions | |
| ICMPROFILE (const RVC::ICMPROFILE &rhs) | |
| ICMPROFILE () | |
| virtual | ~ICMPROFILE () |
| ERRVALUE | Make (RVC::OBJITEM &ObjItem, const char *Source=0, const CREDENTIALS *Credentials RVC_DEFAULT_CREDENTIALS) |
| ERRVALUE | Make (const RVC::OBJECT &parent, const RVC::DESCRIPTOR &Descriptor, const CREDENTIALS *Credentials RVC_DEFAULT_CREDENTIALS) |
| RVC::ICMPROFILE & | operator= (const RVC::ICMPROFILE &rhs) |
Manages RVC::OBJTYPE_ICMProfile RVC objects.
This class inherits from RVC::BINARY
RVC Object Types that this class supports: RVC::OBJTYPE_ICMProfile
Default RVC Object Type for this class: RVC::OBJTYPE_ICMProfile
Valid parents for this class:
| RVC::ICMPROFILE::ICMPROFILE | ( | ) |
Default constructor.
| RVC::ICMPROFILE::ICMPROFILE | ( | const RVC::ICMPROFILE & | rhs | ) |
Copy constructor.
| virtual RVC::ICMPROFILE::~ICMPROFILE | ( | ) | [virtual] |
Destructor.
| ERRVALUE RVC::ICMPROFILE::Make | ( | RVC::OBJITEM & | ObjItem, | |
| const char * | Source = 0, |
|||
| const CREDENTIALS *Credentials | RVC_DEFAULT_CREDENTIALS | |||
| ) |
Make a child rvc binary object from a given RVCOBJITEM.
| ObjItem | Parent object and DESCRIPTOR of object to create, new location RETURNED | |
| RVC_DEFAULT_CREDENTIALS | User credentials passed in, NULL for default behavior |
Reimplemented from RVC::BINARY.
| ERRVALUE RVC::ICMPROFILE::Make | ( | const RVC::OBJECT & | parent, | |
| const RVC::DESCRIPTOR & | Descriptor, | |||
| const CREDENTIALS *Credentials | RVC_DEFAULT_CREDENTIALS | |||
| ) |
Make a child rvc binary object from a given parent with a name and description.
| RVC_DEFAULT_CREDENTIALS | User credentials passed in, NULL for default behavior |
Reimplemented from RVC::BINARY.
| RVC::ICMPROFILE& RVC::ICMPROFILE::operator= | ( | const RVC::ICMPROFILE & | rhs | ) |
Assignment.
Reimplemented from RVC::BINARY.
1.6.1