|
ug4
|
#include <iostream>#include <string>#include "smart_pointer.h"#include "common/types.h"#include "common/ug_config.h"Go to the source code of this file.
Classes | |
| class | ug::Variant |
| A variant can represent variables of different types. More... | |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| UG_API std::ostream & | operator<< (std::ostream &outStream, const ug::Variant &v) |
| template<> | |
| const std::string & | ug::Variant::to< const std::string & > () const |
| template<> | |
| std::string | ug::Variant::to< std::string > () const |
| template<> | |
| Variant::Type | ug::Variant::type< const std::string & > () |
| template<> | |
| Variant::Type | ug::Variant::type< std::string > () |
| UG_API std::ostream & operator<< | ( | std::ostream & | outStream, |
| const ug::Variant & | v | ||
| ) |