#include <RobotAPI/components/units/RobotUnit/util/HeterogenousContinuousContainer.h>
|
void | clear () |
|
template<class Derived > |
Base * | pushBack (const Derived *d) |
|
template<class Base>
class armarx::detail::HeterogenousContinuousContainerBase< Base >
Definition at line 58 of file HeterogenousContinuousContainer.h.
◆ assignStorage()
void assignStorage |
( |
void * |
begin, |
|
|
void * |
end |
|
) |
| |
|
inline |
◆ clear()
◆ empty()
◆ getRemainingStorageCapacity()
std::size_t getRemainingStorageCapacity |
( |
| ) |
const |
|
inline |
◆ getStorageCapacity()
std::size_t getStorageCapacity |
( |
| ) |
const |
|
inline |
◆ getUsedStorageCapacity()
std::size_t getUsedStorageCapacity |
( |
| ) |
const |
|
inline |
◆ owning()
◆ pushBack()
Base* pushBack |
( |
const Derived * |
d | ) |
|
|
inlineprotected |
◆ setStorageCapacity()
void setStorageCapacity |
( |
std::size_t |
sz | ) |
|
|
inline |
The documentation for this class was generated from the following file: