|
rusEFI
The most advanced open source ECU
|
#include <static_vector.h>

Public Member Functions | |
| void | clear () |
| template<typename TSearch > | |
| T * | find (const TSearch &search) const |
| T * | add (const T &value) |
| T & | get (size_t i) |
| size_t | getCount () const |
Private Attributes | |
| T | m_storage [TSlots] |
| size_t | m_size = 0 |
Definition at line 4 of file static_vector.h.
|
inline |
Definition at line 21 of file static_vector.h.
Referenced by WarningCodeState::addWarningCode().

|
inline |
Definition at line 6 of file static_vector.h.
Referenced by WarningCodeState::clear().

|
inline |
Definition at line 11 of file static_vector.h.
Referenced by WarningCodeState::addWarningCode(), and WarningCodeState::isWarningNow().

|
inline |
Definition at line 35 of file static_vector.h.
Referenced by WarningCodeState::refreshTs().

|
inline |
Definition at line 39 of file static_vector.h.
Referenced by WarningCodeState::refreshTs().

|
private |
Definition at line 46 of file static_vector.h.
Referenced by static_vector< T, TSlots >::add(), static_vector< T, TSlots >::clear(), static_vector< T, TSlots >::find(), and static_vector< T, TSlots >::getCount().
|
private |
Definition at line 44 of file static_vector.h.
Referenced by static_vector< T, TSlots >::add(), static_vector< T, TSlots >::find(), and static_vector< T, TSlots >::get().