ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ctd::defines::List< TYPE > Class Template Reference

@ brief STL like list that can be indexed with []'s. More...

#include <defines.hpp>

Inheritance diagram for ctd::defines::List< TYPE >:

Public Member Functions

TYPE & operator[] (const int32_t index)
 
TYPE & operator[] (const int32_t index)
 
TYPE & operator[] (const int32_t index)
 

Detailed Description

template<class TYPE>
class ctd::defines::List< TYPE >

@ brief STL like list that can be indexed with []'s.

Member Function Documentation

template<class TYPE>
TYPE& ctd::defines::List< TYPE >::operator[] ( const int32_t  index)
inline
template<class TYPE>
TYPE& ctd::defines::List< TYPE >::operator[] ( const int32_t  index)
inline
template<class TYPE>
TYPE& ctd::defines::List< TYPE >::operator[] ( const int32_t  index)
inline

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