CoreDX DDS
C++ Reference Manual

DDS::CharDynamicType Class Reference
[CoreDX DDS DynamicTypes]

Contains a char. More...

Inheritance diagram for DDS::CharDynamicType:
DDS::DynamicType

List of all members.

Public Member Functions

char get_char ()
 Provides access to data held in an CHAR DynamicType object.
ReturnCode_t set_char (char c)
 Assigns a value to the provided CHAR DynamicType.

Detailed Description

Contains a char.


Member Function Documentation

char DDS::CharDynamicType::get_char (  ) 

Provides access to data held in an CHAR DynamicType object.

Return values:
char the data value held by 't'.
ReturnCode_t DDS::CharDynamicType::set_char ( char  c  ) 

Assigns a value to the provided CHAR DynamicType.

Return values:
BAD_PARAMETER if 't' is not of type CHAR.
OK upon success.
 All Classes Files Functions Variables

© 2009-2013 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.