|
OSVR-Core
|
Container wrapper for consumers that want iterator methods, including also const-iterator methods. More...
#include <ContainerWrapper.h>
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 |
Container wrapper for consumers that want iterator methods, including also const-iterator methods.
1.8.12