VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions
DtStringOutputPort Class Reference

Instances of DtStringOutputPort are output ports through which data producers can send a DtString object. More...

Inheritance diagram for DtStringOutputPort:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtStringOutputPort (const DtString &portName)
virtual ~DtStringOutputPort ()
virtual const DtString type () const
 returns DtStringPortDataType
virtual void createPortData ()
 Creates a DtStringPortData.
virtual void setValue (const DtString &str)
 Sets a value to the port, and sends the data if it is different from the current value.
virtual const DtStringvalue () const
 Return the current value.

Protected Member Functions

 DtStringOutputPort (const DtStringOutputPort &orig)
 copy constructor
const DtStringOutputPortoperator= (const DtStringOutputPort &orig)
 assignment operator

Detailed Description

Instances of DtStringOutputPort are output ports through which data producers can send a DtString object.


Constructor & Destructor Documentation

copy constructor


Member Function Documentation

virtual const DtString DtStringOutputPort::type ( ) const [virtual]

returns DtStringPortDataType

Implements DtOutputPort.

virtual void DtStringOutputPort::createPortData ( ) [virtual]

Creates a DtStringPortData.

Implements DtOutputPort.

virtual void DtStringOutputPort::setValue ( const DtString str) [virtual]

Sets a value to the port, and sends the data if it is different from the current value.

virtual const DtString& DtStringOutputPort::value ( ) const [virtual]

Return the current value.

const DtStringOutputPort& DtStringOutputPort::operator= ( const DtStringOutputPort orig) [protected]

assignment operator


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)