dynamic_library_manager_traits.h from osgDesigner at Krugle
Show dynamic_library_manager_traits.h syntax highlighted
#ifndef __GEN_PROG_PLUGIN_DYNAMIC_LIBRARY_MANAGER_TRAITS_H__
#define __GEN_PROG_PLUGIN_DYNAMIC_LIBRARY_MANAGER_TRAITS_H__ 1
namespace gen_prog
{
namespace plugin
{
template < typename DLM >
class dynamic_Library_manager_traits
{
public:
typedef typename DLM::key_type key_type;
typedef typename DLM::key_list key_list;
typedef typename DLM::dynamic_library_type dynamic_library_type;
typedef typename DLM::dynamic_library_container dynamic_library_container;
typedef typename DLM::thread_locker_type thread_locker_type;
typedef typename DLM::scoped_lock scoped_lock;
};
}
}
#endif // ** __GEN_PROG_PLUGIN_DYNAMIC_LIBRARY_MANAGER_TRAITS_H__ ** //
See more files for this project here