muwerk ustd Library
A low-resource, minimal implementation of Arrays, Maps and Queues for low-resource avrs.
|
This is the complete list of members for ustd::array< T >, including all inherited members.
add(T &entry) | ustd::array< T > | inline |
alloclen() const | ustd::array< T > | inline |
array(unsigned int startSize=ARRAY_INIT_SIZE, unsigned int maxSize=ARRAY_MAX_SIZE, unsigned int incSize=ARRAY_INC_SIZE, bool shrink=true) | ustd::array< T > | inline |
array(const T initarray[], unsigned int count) | ustd::array< T > | inline |
array(const array< T > &ar) | ustd::array< T > | inline |
begin() | ustd::array< T > | inline |
begin() const | ustd::array< T > | inline |
end() | ustd::array< T > | inline |
end() const | ustd::array< T > | inline |
erase(unsigned int index) | ustd::array< T > | inline |
erase() | ustd::array< T > | inline |
isEmpty() const | ustd::array< T > | inline |
length() const | ustd::array< T > | inline |
operator[](unsigned int i) const | ustd::array< T > | inline |
operator[](unsigned int i) | ustd::array< T > | inline |
resize(unsigned int newSize) | ustd::array< T > | inline |
setInvalidValue(T &entryInvalidValue) | ustd::array< T > | inline |
~array() | ustd::array< T > | inline |