Typelib::plugin_traits< Type > Struct Template Reference

#include <typelib/ioplugins.hh>

List of all members.

Public Types

typedef boost::mpl::if_
< boost::is_base_and_derived
< Exporter, Type >
, ExportPlugin, ImportPlugin >
::type 
plugin_base
typedef boost::mpl::if_
< boost::is_base_and_derived
< Exporter, Type >, Exporter,
Importer >::type 
object_base

template<typename Type>
struct Typelib::plugin_traits< Type >


Member Typedef Documentation

template<typename Type>
typedef boost::mpl::if_< boost::is_base_and_derived<Exporter, Type> , ExportPlugin , ImportPlugin >::type Typelib::plugin_traits< Type >::plugin_base

template<typename Type>
typedef boost::mpl::if_< boost::is_base_and_derived<Exporter, Type> , Exporter , Importer >::type Typelib::plugin_traits< Type >::object_base


The documentation for this struct was generated from the following file:

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