NGL  6.5
The NCCA Graphics Library
ngl::NGLInit Class Reference

a class to initialise all of the ngl elements includeing GLEW if needed as well vbo prims this class is a singletone so can only be created once More...

#include <NGLInit.h>

+ Inheritance diagram for ngl::NGLInit:
+ Collaboration diagram for ngl::NGLInit:

Protected Member Functions

 NGLInit ()
 dtor More...
 
 ~NGLInit ()
 dtor More...
 
- Protected Member Functions inherited from ngl::Singleton< NGLInit >
 Singleton ()
 Constructor. More...
 
virtual ~Singleton ()
 Destructor. More...
 

Friends

class Singleton< NGLInit >
 

Additional Inherited Members

- Public Member Functions inherited from ngl::Singleton< NGLInit >
 Singleton (const Singleton &)=delete
 
Singletonoperator= (const Singleton &)=delete
 
- Static Public Member Functions inherited from ngl::Singleton< NGLInit >
static NGLInitinstance ()
 Get the instance. More...
 
- Static Protected Member Functions inherited from ngl::Singleton< NGLInit >
static void killSingleton ()
 
- Static Protected Attributes inherited from ngl::Singleton< NGLInit >
static NGLInits_instance
 unique instance of the singleton More...
 

Detailed Description

a class to initialise all of the ngl elements includeing GLEW if needed as well vbo prims this class is a singletone so can only be created once

Author
Jonathan Macey
Version
4.0
Date
Last Revision 19/11/09 changed the whole lib to be NGL not GraphicsLib so change names to reflect 29/09/09 Updated to meet NCCA Coding standard

Definition at line 42 of file NGLInit.h.

Constructor & Destructor Documentation

ngl::NGLInit::~NGLInit ( )
protected

dtor

Definition at line 75 of file NGLInit.cpp.

Friends And Related Function Documentation

friend class Singleton< NGLInit >
friend

Definition at line 44 of file NGLInit.h.


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