OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::set< T, P, A > Struct Template Reference

#include <OgrePrerequisites.h>

Public Types

typedef std::set< T, P, A > type
 

Detailed Description

template<typename T, typename P = std::less<T>, typename A = STLAllocator<T, GeneralAllocPolicy>>
struct Ogre::set< T, P, A >

Definition at line 487 of file OgrePrerequisites.h.

Member Typedef Documentation

template<typename T, typename P = std::less<T>, typename A = STLAllocator<T, GeneralAllocPolicy>>
typedef std::set<T, P, A> Ogre::set< T, P, A >::type

Definition at line 490 of file OgrePrerequisites.h.


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