ALBA
Classes | Functions
albaTagArray.h File Reference
#include "albaAttribute.h"
#include "albaTagItem.h"
#include <map>
#include <string>
Include dependency graph for albaTagArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  albaTagArray
 

Functions

template<class TType >
TType albaRestoreNumericFromTag (albaTagArray *array, const char *name, TType &variable, TType unset_value, TType default_value)
 
template<class TType >
TType albaRestoreStringFromTag (albaTagArray *array, const char *name, TType &variable, const char *unset_value, const char *default_value)
 

Function Documentation

◆ albaRestoreNumericFromTag()

template<class TType >
TType albaRestoreNumericFromTag ( albaTagArray array,
const char *  name,
TType &  variable,
TType  unset_value,
TType  default_value 
)
inline

Definition at line 123 of file albaTagArray.h.

References albaTagArray::GetTag().

Here is the call graph for this function:

◆ albaRestoreStringFromTag()

template<class TType >
TType albaRestoreStringFromTag ( albaTagArray array,
const char *  name,
TType &  variable,
const char *  unset_value,
const char *  default_value 
)
inline

Definition at line 143 of file albaTagArray.h.

References albaTagArray::GetTag().

Here is the call graph for this function: