OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::RTShader::ShaderProgramWriterCGFactory Class Reference

CG program writer factory implementation. More...

#include <OgreShaderCGProgramWriter.h>

+ Inheritance diagram for Ogre::RTShader::ShaderProgramWriterCGFactory:
+ Collaboration diagram for Ogre::RTShader::ShaderProgramWriterCGFactory:

Public Member Functions

 ShaderProgramWriterCGFactory ()
 
virtual ~ShaderProgramWriterCGFactory ()
 
virtual ProgramWritercreate (void)
 
virtual const StringgetTargetLanguage (void) const
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, void *)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
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 * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 
void * operator new[] (size_t sz)
 

Private Attributes

String mLanguage
 

Detailed Description

CG program writer factory implementation.

See also
ProgramWriterFactory

Definition at line 112 of file OgreShaderCGProgramWriter.h.

Constructor & Destructor Documentation

Ogre::RTShader::ShaderProgramWriterCGFactory::ShaderProgramWriterCGFactory ( )
inline

Definition at line 115 of file OgreShaderCGProgramWriter.h.

virtual Ogre::RTShader::ShaderProgramWriterCGFactory::~ShaderProgramWriterCGFactory ( )
inlinevirtual

Definition at line 119 of file OgreShaderCGProgramWriter.h.

Member Function Documentation

virtual ProgramWriter* Ogre::RTShader::ShaderProgramWriterCGFactory::create ( void  )
inlinevirtual
virtual const String& Ogre::RTShader::ShaderProgramWriterCGFactory::getTargetLanguage ( void  ) const
inlinevirtual
template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 95 of file OgreMemoryAllocatedObject.h.

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

Definition at line 101 of file OgreMemoryAllocatedObject.h.

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

Definition at line 107 of file OgreMemoryAllocatedObject.h.

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

Definition at line 112 of file OgreMemoryAllocatedObject.h.

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

Definition at line 118 of file OgreMemoryAllocatedObject.h.

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

operator new, with debug line info

Definition at line 67 of file OgreMemoryAllocatedObject.h.

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

Definition at line 72 of file OgreMemoryAllocatedObject.h.

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

placement operator new

Definition at line 78 of file OgreMemoryAllocatedObject.h.

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

array operator new, with debug line info

Definition at line 85 of file OgreMemoryAllocatedObject.h.

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

Definition at line 90 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

String Ogre::RTShader::ShaderProgramWriterCGFactory::mLanguage
private

Definition at line 138 of file OgreShaderCGProgramWriter.h.


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