Classes | Public Member Functions | Protected Attributes
cinder::gl::TextureCache Class Reference

#include <Texture.h>

List of all members.

Classes

struct  Obj

Public Member Functions

 TextureCache ()
 TextureCache (const Surface8u &prototypeSurface, const Texture::Format &format)
gl::Texture cache (const Surface8u &data)

Protected Attributes

std::shared_ptr< ObjmObj
typedef std::shared_ptr< Obj >
TextureCache::* 
unspecified_bool_type
 Emulates shared_ptr-like behavior.
 operator unspecified_bool_type () const
 Emulates shared_ptr-like behavior.
void reset ()
 Emulates shared_ptr-like behavior.

Member Typedef Documentation

typedef std::shared_ptr<Obj> TextureCache::* cinder::gl::TextureCache::unspecified_bool_type

Emulates shared_ptr-like behavior.


Constructor & Destructor Documentation

cinder::gl::TextureCache::TextureCache ( const Surface8u prototypeSurface,
const Texture::Format format 
)

Member Function Documentation

cinder::gl::TextureCache::operator unspecified_bool_type ( ) const

Emulates shared_ptr-like behavior.

Emulates shared_ptr-like behavior.


Member Data Documentation

std::shared_ptr<Obj> cinder::gl::TextureCache::mObj [protected]

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