|
|
|
|
|
class SerializedFieldDescriptor
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::io::SerializedFieldDescriptor Class Reference#include <SerializedObjectDescriptor.h>
Inheritance diagram for acdk::io::SerializedFieldDescriptor:
List of all members.
Detailed Description
used to describe a serialized class.
- See also:
- Serialization.
Constructor & Destructor Documentation
acdk::io::SerializedFieldDescriptor::SerializedFieldDescriptor |
( |
IN(RString) |
nam, |
|
|
IN(RClass) |
cls, |
|
|
bool |
unshar = false |
|
) |
[inline] |
|
Member Function Documentation
virtual int acdk::io::SerializedFieldDescriptor::compareTo |
( |
IN(acdk::lang::Object) |
obj |
) |
[inline, virtual] |
|
virtual RString acdk::io::SerializedFieldDescriptor::getName |
( |
|
) |
[inline, virtual] |
|
virtual RClass acdk::io::SerializedFieldDescriptor::getType |
( |
|
) |
[inline, virtual] |
|
virtual char acdk::io::SerializedFieldDescriptor::getTypeCode |
( |
|
) |
[inline, virtual] |
|
virtual RString acdk::io::SerializedFieldDescriptor::getTypeString |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::io::SerializedFieldDescriptor::isPrimitive |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::io::SerializedFieldDescriptor::isUnshared |
( |
|
) |
[inline, virtual] |
|
RString acdk::io::SerializedFieldDescriptor::toString |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation
|
|