#include "registry.hh"
#include "registryiterator.hh"
#include "typebuilder.hh"
#include "typedisplay.hh"
#include <memory>
#include <iostream>
#include <set>
#include <ctype.h>
#include <boost/static_assert.hpp>
#include <boost/lexical_cast.hpp>
Namespaces | |
namespace | Typelib |
Defines | |
#define | DECLARE_STD_TYPE(name) add(make_std_numeric<name>("/" #name), s_stdsource) |
Functions | |
bool | sort_names (const std::string &name1, const std::string &name2) |
template<typename T> | |
Numeric * | Typelib::make_std_numeric (char const *name) |
bool | Typelib::filter_source (std::string const &filter, std::string const &source) |
#define DECLARE_STD_TYPE | ( | name | ) | add(make_std_numeric<name>("/" #name), s_stdsource) |
bool @17::sort_names | ( | const std::string & | name1, | |
const std::string & | name2 | |||
) | [static] |