#include "albaAttribute.h"
#include "albaTagItem.h"
#include <map>
#include <string>
Go to the source code of this file.
◆ albaRestoreNumericFromTag()
template<class TType >
TType albaRestoreNumericFromTag |
( |
albaTagArray * |
array, |
|
|
const char * |
name, |
|
|
TType & |
variable, |
|
|
TType |
unset_value, |
|
|
TType |
default_value |
|
) |
| |
|
inline |
◆ albaRestoreStringFromTag()
template<class TType >
TType albaRestoreStringFromTag |
( |
albaTagArray * |
array, |
|
|
const char * |
name, |
|
|
TType & |
variable, |
|
|
const char * |
unset_value, |
|
|
const char * |
default_value |
|
) |
| |
|
inline |