#include <it_bus/simple_content_complex_type.h>
Inheritance diagram for IT_Bus::SimpleContentComplexType:

Definition at line 22 of file simple_content_complex_type.h.
Public Member Functions | |
| SimpleContentComplexType () | |
| Constructor. | |
| virtual void | read_value (AnySimpleTypeReader &reader) IT_THROW_DECL((DeserializationException))=0 |
| Read the value into the instance. | |
| SimpleContentComplexType & | operator= (const SimpleContentComplexType &rhs) |
| Assignment operator. | |
| virtual AnyType::Kind | get_kind () const |
| Returns the IT_Bus::AnyType::Kind for the type. | |
| virtual AnyType::Kind IT_Bus::SimpleContentComplexType::get_kind | ( | ) | const [virtual] |
Returns the IT_Bus::AnyType::Kind for the type.
Reimplemented from IT_Bus::AnyType.
| SimpleContentComplexType& IT_Bus::SimpleContentComplexType::operator= | ( | const SimpleContentComplexType & | rhs | ) |
Assignment operator.
Derived subclasses override this implementation.
| virtual void IT_Bus::SimpleContentComplexType::read_value | ( | AnySimpleTypeReader & | reader | ) | [pure virtual] |
Read the value into the instance.
Derived subclasses implement this method.
1.4.7