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

Contains a long long. More...

Inheritance diagram for CDX::LongLongDynamicType:
CDX::DynamicType

Public Member Functions

int64_t get_longlong ()
 Provides access to data held in an LONG LONG DynamicType object. More...
 
DDS::ReturnCode_t set_longlong (int64_t c)
 Assigns a value to the provided LONGLONG 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 a long long.

Member Function Documentation

int64_t CDX::LongLongDynamicType::get_longlong ( )

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

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

Assigns a value to the provided LONGLONG DynamicType.

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

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