OGRE 2.3.3
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
std::tr1::hash< Ogre::SharedPtr< T > > Struct Template Reference

#include <OgreSharedPtr.h>

Inheritance diagram for std::tr1::hash< Ogre::SharedPtr< T > >:

Public Types

typedef Ogre::SharedPtr< T > argument_type
typedef hash< T * > MyBase
typedef size_t result_type

Public Member Functions

result_type operator() (const argument_type &k) const

Member Typedef Documentation

◆ argument_type

template<typename T>
typedef Ogre::SharedPtr< T > std::tr1::hash< Ogre::SharedPtr< T > >::argument_type

◆ MyBase

template<typename T>
typedef hash< T* > std::tr1::hash< Ogre::SharedPtr< T > >::MyBase

◆ result_type

template<typename T>
typedef size_t std::tr1::hash< Ogre::SharedPtr< T > >::result_type

Member Function Documentation

◆ operator()()

template<typename T>
result_type std::tr1::hash< Ogre::SharedPtr< T > >::operator() ( const argument_type & k) const
inline

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