AudioManager  7.6.6
Native Application Runtime Environment
am::CAmDatabaseHandlerMap::AmMappedData::AmIdentifier Struct Reference

The structure encapsulates the id boundary and the current id value. More...

#include <CAmDatabaseHandlerMap.h>

Public Member Functions

 AmIdentifier ()
 
 AmIdentifier (const int16_t &min, const int16_t &max)
 

Public Attributes

int16_t mMin
 min possible value More...
 
int16_t mMax
 max possible value More...
 
int16_t mCurrentValue
 current value More...
 

Detailed Description

The structure encapsulates the id boundary and the current id value.

It defines a range within the id can vary.

Definition at line 390 of file CAmDatabaseHandlerMap.h.

Constructor & Destructor Documentation

am::CAmDatabaseHandlerMap::AmMappedData::AmIdentifier::AmIdentifier ( )
inline

Definition at line 396 of file CAmDatabaseHandlerMap.h.

am::CAmDatabaseHandlerMap::AmMappedData::AmIdentifier::AmIdentifier ( const int16_t &  min,
const int16_t &  max 
)
inline

Definition at line 397 of file CAmDatabaseHandlerMap.h.

Member Data Documentation

int16_t am::CAmDatabaseHandlerMap::AmMappedData::AmIdentifier::mCurrentValue

current value

Definition at line 394 of file CAmDatabaseHandlerMap.h.

int16_t am::CAmDatabaseHandlerMap::AmMappedData::AmIdentifier::mMax

max possible value

Definition at line 393 of file CAmDatabaseHandlerMap.h.

int16_t am::CAmDatabaseHandlerMap::AmMappedData::AmIdentifier::mMin

min possible value

Definition at line 392 of file CAmDatabaseHandlerMap.h.


The documentation for this struct was generated from the following file: