Code Search for Developers
 
 
  

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

osgDesigner

osgDesigner is a graphical tool used to modify an OpenSceneGraph (OSG) scene using the osgIntrospection framework. OpenSceneGraph developpers will be able to extend osgDesigner at need using (editor | render | osgIntrospection wrapper) plugin system.

Project homepage: http://sourceforge.net/projects/osgdesigner
Programming language(s): C++,Shell Script
License: other

  detail/
    dynamic_library_identifier.h
    singleton.h
    thread_locker.h
    tracker.h
  dynamic_library.h
  dynamic_library_manager.h
  dynamic_library_manager_traits.h
  plugin_manager.h
  proxy.h
  registry.h