CoreDX DDS
C++ Reference Manual

DDS::ULongLongDynamicType Class Reference
[CoreDX DDS DynamicTypes]

Contains an unsigned long long. More...

Inheritance diagram for DDS::ULongLongDynamicType:
DDS::DynamicType

List of all members.

Public Member Functions

uint64_t get_ulonglong ()
 Provides access to data held in an UNSIGNED LONG LONG DynamicType object.
ReturnCode_t set_ulonglong (uint64_t c)
 Assigns a value to the provided ULONGLONG DynamicType.

Detailed Description

Contains an unsigned long long.


Member Function Documentation

uint64_t DDS::ULongLongDynamicType::get_ulonglong (  ) 

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

Return values:
uint64_t the data value held by 't'.
ReturnCode_t DDS::ULongLongDynamicType::set_ulonglong ( uint64_t  c  ) 

Assigns a value to the provided ULONGLONG DynamicType.

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

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