libalvalue  1.14
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Macros | Typedefs | Functions | Variables
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...

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

Detailed Description

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

Definition in file alvalue.h.


Function Documentation

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

Stream operator for ALValue.

Parameters:
osstream
aALValue

Variable Documentation

VerbosityMedium

all information on one line

Definition at line 34 of file alvalue.h.

VerbosityMini

address, type, value

Definition at line 34 of file alvalue.h.

VerbosityNone = 0

none

Definition at line 34 of file alvalue.h.