Namespaces | Functions

include/my_lib/any.hxx File Reference

Correction du TD 5. More...

#include "any.hh"
#include "bad_any_cast.hh"
#include "internal/value.hh"
Include dependency graph for any.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  my_lib
 

Ma petite bibliothèque perso.


Functions

std::ostream & my_lib::operator<< (std::ostream &o, const any &a)
 Ecriture dans un flot sortant.
template<typename T >
bool my_lib::any_typeof (const any &a)
 Test le type de la valeur encapsulée dans un any.
template<typename T >
my_lib::any_cast (const any &a)
 Retourne la valeur encapsulée dans un any.

Detailed Description

Correction du TD 5.

Author:
S. Lombardy
Date:
novembre 2010

Definition in file any.hxx.

 All Classes Namespaces Files Functions Variables Typedefs Friends