CoreDX DDS
C++ Reference Manual

DDS::LongLongDynamicType Class Reference
[CoreDX DDS DynamicTypes]

Contains a long long. More...

Inheritance diagram for DDS::LongLongDynamicType:
DDS::DynamicType

List of all members.

Public Member Functions

int64_t get_longlong ()
 Provides access to data held in an LONG LONG DynamicType object.
ReturnCode_t set_longlong (int64_t c)
 Assigns a value to the provided LONGLONG DynamicType.

Detailed Description

Contains a long long.


Member Function Documentation

int64_t DDS::LongLongDynamicType::get_longlong (  ) 

Provides access to data held in an LONG LONG DynamicType object.

Return values:
int64_t the data value held by 't'.
ReturnCode_t DDS::LongLongDynamicType::set_longlong ( int64_t  c  ) 

Assigns a value to the provided LONGLONG DynamicType.

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

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