CoreDX DDS C++ Reference Manual
Public Member Functions | List of all members
CDX::ULongLongDynamicType Class Reference

Contains an unsigned long long. More...

Inheritance diagram for CDX::ULongLongDynamicType:
CDX::DynamicType

Public Member Functions

uint64_t get_ulonglong ()
 Provides access to data held in an UNSIGNED LONG LONG DynamicType object. More...
 
DDS::ReturnCode_t set_ulonglong (uint64_t c)
 Assigns a value to the provided ULONGLONG DynamicType. More...
 
- Public Member Functions inherited from CDX::DynamicType
virtual TypeCodeKind get_type ()
 Provides access to the 'type' of the DynamicType object. Applicable to any DynamicType. More...
 

Detailed Description

Contains an unsigned long long.

Member Function Documentation

uint64_t CDX::ULongLongDynamicType::get_ulonglong ( )

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

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

Assigns a value to the provided ULONGLONG DynamicType.

Return values
BAD_PARAMETERif 't' is not of type ULONGLONG.
OKupon success.

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