Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Friends | List of all members
Ogre::AndroidResourceManager Class Reference

#include <OgreAndroidResourceManager.h>

Inheritance diagram for Ogre::AndroidResourceManager:
Inheritance graph
[legend]

Public Member Functions

 AndroidResourceManager ()
 
 AndroidResourceManager ()
 
 ~AndroidResourceManager ()
 
 ~AndroidResourceManager ()
 
void notifyOnContextLost ()
 
void notifyOnContextLost ()
 
void notifyOnContextReset ()
 
void notifyOnContextReset ()
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete (void *ptr, void *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
void * operator new (size_t sz)
 
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info More...
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz)
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 

Protected Types

typedef vector< AndroidResource * >::type ResourceContainer
 
typedef vector< AndroidResource * >::type ResourceContainer
 
typedef ResourceContainer::iterator ResourceContainerIterator
 
typedef ResourceContainer::iterator ResourceContainerIterator
 

Protected Member Functions

void _notifyResourceCreated (AndroidResource *pResource)
 
void _notifyResourceCreated (AndroidResource *pResource)
 
void _notifyResourceDestroyed (AndroidResource *pResource)
 
void _notifyResourceDestroyed (AndroidResource *pResource)
 

Protected Attributes

ResourceContainer mResources
 

Friends

class AndroidResource
 

Detailed Description

Definition at line 37 of file include/EGL/Android/OgreAndroidResourceManager.h.

Member Typedef Documentation

◆ ResourceContainer [1/2]

◆ ResourceContainer [2/2]

◆ ResourceContainerIterator [1/2]

typedef ResourceContainer::iterator Ogre::AndroidResourceManager::ResourceContainerIterator
protected

◆ ResourceContainerIterator [2/2]

typedef ResourceContainer::iterator Ogre::AndroidResourceManager::ResourceContainerIterator
protected

Constructor & Destructor Documentation

◆ AndroidResourceManager() [1/2]

Ogre::AndroidResourceManager::AndroidResourceManager ( )

◆ ~AndroidResourceManager() [1/2]

Ogre::AndroidResourceManager::~AndroidResourceManager ( )

◆ AndroidResourceManager() [2/2]

Ogre::AndroidResourceManager::AndroidResourceManager ( )

◆ ~AndroidResourceManager() [2/2]

Ogre::AndroidResourceManager::~AndroidResourceManager ( )

Member Function Documentation

◆ _notifyResourceCreated() [1/2]

void Ogre::AndroidResourceManager::_notifyResourceCreated ( AndroidResource pResource)
protected

◆ _notifyResourceCreated() [2/2]

void Ogre::AndroidResourceManager::_notifyResourceCreated ( AndroidResource pResource)
protected

◆ _notifyResourceDestroyed() [1/2]

void Ogre::AndroidResourceManager::_notifyResourceDestroyed ( AndroidResource pResource)
protected

◆ _notifyResourceDestroyed() [2/2]

void Ogre::AndroidResourceManager::_notifyResourceDestroyed ( AndroidResource pResource)
protected

◆ notifyOnContextLost() [1/2]

void Ogre::AndroidResourceManager::notifyOnContextLost ( )

◆ notifyOnContextLost() [2/2]

void Ogre::AndroidResourceManager::notifyOnContextLost ( )

◆ notifyOnContextReset() [1/2]

void Ogre::AndroidResourceManager::notifyOnContextReset ( )

◆ notifyOnContextReset() [2/2]

void Ogre::AndroidResourceManager::notifyOnContextReset ( )

◆ operator delete() [1/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

◆ operator delete() [2/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inherited

Definition at line 108 of file OgreMemoryAllocatedObject.h.

◆ operator delete() [3/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
)
inherited

Definition at line 102 of file OgreMemoryAllocatedObject.h.

◆ operator delete[]() [1/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr)
inherited

Definition at line 113 of file OgreMemoryAllocatedObject.h.

◆ operator delete[]() [2/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inherited

Definition at line 119 of file OgreMemoryAllocatedObject.h.

◆ operator new() [1/3]

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inherited

Definition at line 73 of file OgreMemoryAllocatedObject.h.

◆ operator new() [2/3]

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inherited

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

◆ operator new() [3/3]

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void *  ptr 
)
inherited

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

◆ operator new[]() [1/2]

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inherited

Definition at line 91 of file OgreMemoryAllocatedObject.h.

◆ operator new[]() [2/2]

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inherited

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

Friends And Related Function Documentation

◆ AndroidResource

Member Data Documentation

◆ mResources

ResourceContainer Ogre::AndroidResourceManager::mResources
protected

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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Tue Apr 13 2021 08:53:15