libalvalue  2.0.6.8
Classes | Namespaces | Defines | Typedefs | Enumerations | Functions
/home/opennao/work/master/sdk/libnaoqi/libalvalue/alvalue/alvalue.h File Reference
#include <cstdio>
#include <string>
#include <vector>
#include <alvalue/config.h>

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

namespace  AL

Defines

#define ALVALUE_VERBOSITY
 Definition of the ALValue verbosity.

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.

Detailed Description

Author:
Aldebaran Robotics Copyright (c) Aldebaran Robotics 2007, 2011 All Rights Reserved

Definition in file alvalue.h.


Define Documentation

Definition of the ALValue verbosity.

Definition at line 28 of file alvalue.h.


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const AL::ALValue a 
)

Stream operator for ALValue.

Parameters:
osstream
aALValue
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines