![]() |
VR-Forces 4.0.4 Class Documentation
|
Instances of DtStringPortData are concrete data elements containing a DtString that can be exchanged through DtStringInputPort and DtStringOutputPort objects. More...

Public Member Functions | |
| DtStringPortData () | |
| Constructor. | |
| virtual | ~DtStringPortData () |
| Destructor. | |
| DtStringPortData (const DtStringPortData &orig) | |
| Copy constructor. | |
| DtStringPortData & | operator= (const DtStringPortData &orig) |
| Assignment operator. | |
| virtual const DtString | type () const |
| Returns DtStringPortType. | |
| virtual void | setValue (const DtString &) |
| Sets the value. | |
| virtual const DtString & | value () const |
| Returns the value. | |
| virtual DtPortData * | clone () const |
| Returns a copy of this port data. | |
Protected Attributes | |
| DtString | myValue |
Instances of DtStringPortData are concrete data elements containing a DtString that can be exchanged through DtStringInputPort and DtStringOutputPort objects.
Constructor.
| virtual DtStringPortData::~DtStringPortData | ( | ) | [virtual] |
Destructor.
| DtStringPortData::DtStringPortData | ( | const DtStringPortData & | orig | ) |
Copy constructor.
| DtStringPortData& DtStringPortData::operator= | ( | const DtStringPortData & | orig | ) |
Assignment operator.
| virtual const DtString DtStringPortData::type | ( | ) | const [virtual] |
Returns DtStringPortType.
Implements DtPortData.
| virtual void DtStringPortData::setValue | ( | const DtString & | ) | [virtual] |
Sets the value.
| virtual const DtString& DtStringPortData::value | ( | ) | const [virtual] |
Returns the value.
| virtual DtPortData* DtStringPortData::clone | ( | ) | const [virtual] |
Returns a copy of this port data.
Implements DtPortData.
DtString DtStringPortData::myValue [protected] |