Go to the source code of this file.
Classes | |
class | AL::ALValue |
ALValue is a class to manipulate differente value type. More... | |
union | AL::ALValue::unionValue |
unionValue is a union to different type of ALValue. More... |
Macros | |
#define | _LIBALVALUE_ALVALUE_ALVALUE_H_ |
#define | ALVALUE_VERBOSITY |
Definition of the ALValue verbosity. |
Typedefs | |
typedef enum ALVALUE_API AL::_TVerbosity | AL::Verbosity |
Functions | |
std::ostream & | operator<< (std::ostream &os, const AL::ALValue &a) |
Stream operator for ALValue. |
Variables | |
VerbosityNone = 0 | |
VerbosityMini | |
VerbosityMedium |
Definition in file alvalue.h.
std::ostream& operator<< | ( | std::ostream & | os, |
const AL::ALValue & | a | ||
) |
Stream operator for ALValue.
os | stream |
a | ALValue |