![]() |
VR-Exchange 2.6 API Documentation
|
A container class for the SilentAggregateType. More...
Public Member Functions | |
| DtSilentAggregate () | |
| Default CTOR. | |
| DtSilentAggregate (const DtSilentAggregate &other) | |
| Copy CTOR - this class is copyable. | |
| virtual | ~DtSilentAggregate () |
| Default DTOR. | |
| DtSilentAggregate & | operator= (const DtSilentAggregate &other) |
| Assignment Operator - this class is copyable. | |
| bool | operator== (const DtSilentAggregate &other) const |
| Tests for equality by comparing size and bytes. | |
Data Exchange Attributes | |
| DtDEC_ATTRIBUTE (DtEntityType, EntityType, entityType) | |
| The Type of this aggregate. | |
| DtDEC_ATTRIBUTE (DtU32, NumberOfAggregates, numberOfAggregates) | |
| The number of these aggregates. | |
A container class for the SilentAggregateType.
| MAKVrExchange::DtSilentAggregate::DtSilentAggregate | ( | ) |
Default CTOR.
| MAKVrExchange::DtSilentAggregate::DtSilentAggregate | ( | const DtSilentAggregate & | other | ) |
Copy CTOR - this class is copyable.
|
virtual |
Default DTOR.
| MAKVrExchange::DtSilentAggregate::DtDEC_ATTRIBUTE | ( | DtEntityType | , |
| EntityType | , | ||
| entityType | |||
| ) |
The Type of this aggregate.
| MAKVrExchange::DtSilentAggregate::DtDEC_ATTRIBUTE | ( | DtU32 | , |
| NumberOfAggregates | , | ||
| numberOfAggregates | |||
| ) |
The number of these aggregates.
| DtSilentAggregate& MAKVrExchange::DtSilentAggregate::operator= | ( | const DtSilentAggregate & | other | ) |
Assignment Operator - this class is copyable.
| bool MAKVrExchange::DtSilentAggregate::operator== | ( | const DtSilentAggregate & | other | ) | const |
Tests for equality by comparing size and bytes.