tudocomp
– The TU Dortmund Compression Framework
tdc::esp::FixedVector< T, N > Class Template Reference

#include <FixedVector.hpp>

Public Member Functions

 FixedVector ()
 
void push_back (T &&t)
 
pop_back ()
 
pop_front ()
 
bool full ()
 
GenericView< T > view ()
 

Detailed Description

template<typename T, size_t N>
class tdc::esp::FixedVector< T, N >

Definition at line 7 of file FixedVector.hpp.

Constructor & Destructor Documentation

◆ FixedVector()

template<typename T, size_t N>
tdc::esp::FixedVector< T, N >::FixedVector ( )
inline

Definition at line 11 of file FixedVector.hpp.

Member Function Documentation

◆ full()

template<typename T, size_t N>
bool tdc::esp::FixedVector< T, N >::full ( )
inline

Definition at line 33 of file FixedVector.hpp.

◆ pop_back()

template<typename T, size_t N>
T tdc::esp::FixedVector< T, N >::pop_back ( )
inline

Definition at line 17 of file FixedVector.hpp.

◆ pop_front()

template<typename T, size_t N>
T tdc::esp::FixedVector< T, N >::pop_front ( )
inline

Definition at line 22 of file FixedVector.hpp.

◆ push_back()

template<typename T, size_t N>
void tdc::esp::FixedVector< T, N >::push_back ( T &&  t)
inline

Definition at line 12 of file FixedVector.hpp.

◆ view()

template<typename T, size_t N>
GenericView<T> tdc::esp::FixedVector< T, N >::view ( )
inline

Definition at line 36 of file FixedVector.hpp.


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