#include <boost/utility.hpp>
#include <boost/type_traits.hpp>
#include <iostream>
Go to the source code of this file.
Classes |
struct | pangolin::_Accessor< T, S, typename boost::enable_if_c<!((boost::is_scalar< T >::value||boost::is_same< T, bool >::value)&&(boost::is_scalar< S >::value||boost::is_same< S, bool >::value))&&!boost::is_same< T, S >::value >::type > |
struct | pangolin::_Accessor< T, S, typename boost::enable_if_c<(boost::is_scalar< T >::value||boost::is_same< T, bool >::value)&&(boost::is_scalar< S >::value||boost::is_same< S, bool >::value)&&!boost::is_same< T, S >::value >::type > |
struct | pangolin::_Accessor< T, T > |
struct | pangolin::_Var |
struct | pangolin::Accessor< T > |
struct | pangolin::BadInputException |
struct | pangolin::Convert< T, S > |
struct | pangolin::Convert< bool, std::string > |
struct | pangolin::Convert< std::string, S > |
struct | pangolin::Convert< std::string, std::string > |
struct | pangolin::Convert< T, std::string > |
struct | pangolin::UnknownTypeException |
Namespaces |
namespace | pangolin |