OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::ranges::AnyRange< Element > Class Template Reference

A type erasure for types conforming to the oglplus::Range concept. More...

#include </home/chochlik/devel/oglplus/include/oglplus/opt/ranges.hpp>

Public Member Functions

bool Empty (void) const
 Returns true if the range is empty.
 
size_t Size (void) const
 Returns the number of Elements in the range.
 
void Next (void)
 Goes to the next element in the range.
 
ValueType Front (void) const
 Returns the element at the front of the range.
 

Detailed Description

template<typename Element>
class oglplus::ranges::AnyRange< Element >

A type erasure for types conforming to the oglplus::Range concept.


The documentation for this class was generated from the following file:
  • /home/chochlik/devel/oglplus/include/oglplus/opt/ranges.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).