OSVR-Core
Public Types | Public Member Functions | List of all members
osvr::util::detail::ContainerWrapperIterators< Container, Base > Class Template Reference

Container wrapper for consumers that want iterator methods, including also const-iterator methods. More...

#include <ContainerWrapper.h>

Inheritance diagram for osvr::util::detail::ContainerWrapperIterators< Container, Base >:
osvr::util::detail::ContainerWrapperConstIterators< Container, Base > Base

Public Types

typedef Container::iterator iterator
 
- Public Types inherited from osvr::util::detail::ContainerWrapperConstIterators< Container, Base >
typedef Container::const_iterator const_iterator
 

Public Member Functions

iterator begin ()
 
iterator end ()
 
- Public Member Functions inherited from osvr::util::detail::ContainerWrapperConstIterators< Container, Base >
const_iterator begin () const
 
const_iterator cbegin () const
 
const_iterator end () const
 
const_iterator cend () const
 
- Public Member Functions inherited from Base
 Base (int an_x)
 
int x () const
 

Detailed Description

template<typename Container, typename Base>
class osvr::util::detail::ContainerWrapperIterators< Container, Base >

Container wrapper for consumers that want iterator methods, including also const-iterator methods.


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