OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::ObjectName< ObjTag > Class Template Reference

A common template for "named" objects like textures, buffers, etc. More...

#include </home/chochlik/devel/oglplus/include/oglplus/object/name_tpl.hpp>

Inheritance diagram for oglplus::ObjectName< ObjTag >:

Public Member Functions

 ObjectName (void)
 Constructs wrapper for name 0 (zero).
 
 ObjectName (NameT name)
 Constructs wrapper for the specified name.
 

Friends

NameT GetName (ObjectName)
 Returns the base name assigned to named object.
 
bool operator== (ObjectName a, ObjectName b)
 Equality comparison.
 
bool operator!= (ObjectName a, ObjectName b)
 Inequality comparison.
 
bool operator< (ObjectName a, ObjectName b)
 Ordering.
 

Detailed Description

template<typename ObjTag>
class oglplus::ObjectName< ObjTag >

A common template for "named" objects like textures, buffers, etc.

This is a common template for all GL/AL/VG/etc. object wrappers which are identified by a (uint typed) name, i.e. object like Textures, Buffer, VAOs, Queries, etc. but also Shaders, Programs, and so on. ObjectName adds static object type information and allows to distinguish between objects of different type with the same name value.

Note
Do not use this class directly, it is used by the object wrappers for basic initialization, error checking and access restriction.

The documentation for this class was generated from the following files:
  • /home/chochlik/devel/oglplus/include/oglplus/fwd.hpp
  • /home/chochlik/devel/oglplus/include/oglplus/object/name_tpl.hpp

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).