registry.cc File Reference

#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>

Include dependency graph for registry.cc:


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>
NumericTypelib::make_std_numeric (char const *name)
bool Typelib::filter_source (std::string const &filter, std::string const &source)

Define Documentation

#define DECLARE_STD_TYPE ( name   )     add(make_std_numeric<name>("/" #name), s_stdsource)


Function Documentation

bool @17::sort_names ( const std::string &  name1,
const std::string &  name2 
) [static]


Generated on Thu Jan 22 16:37:29 2009 for typeLib by doxygen 1.5.6
SourceForge.net Project Page