libalvalue
2.1.4.13
|
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... | |
Namespaces | |
AL | |
Macros | |
#define | _LIBALVALUE_ALVALUE_ALVALUE_H_ |
#define | ALVALUE_VERBOSITY |
Definition of the ALValue verbosity. More... | |
Typedefs | |
typedef enum AL::_TVerbosity | AL::Verbosity |
Enumerations | |
enum | _TVerbosity { AL::VerbosityNone =0, AL::VerbosityMini, AL::VerbosityMedium, AL::VerbosityFull } |
Functions | |
bool | AL::operator< (const ALValue &a, const ALValue &b) |
std::ostream & | operator<< (std::ostream &os, const AL::ALValue &a) |
Stream operator for ALValue. More... | |
Definition in file alvalue.h.
#define ALVALUE_VERBOSITY |
std::ostream& operator<< | ( | std::ostream & | os, |
const AL::ALValue & | a | ||
) |
Stream operator for ALValue.
os | stream |
a | ALValue |