#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()
template<class Base>
| void assignStorage |
( |
void * | begin, |
|
|
void * | end ) |
|
inline |
◆ clear()
◆ empty()
◆ getRemainingStorageCapacity()
template<class Base>
| std::size_t getRemainingStorageCapacity |
( |
| ) |
const |
|
inline |
◆ getStorageCapacity()
template<class Base>
| std::size_t getStorageCapacity |
( |
| ) |
const |
|
inline |
◆ getUsedStorageCapacity()
template<class Base>
| std::size_t getUsedStorageCapacity |
( |
| ) |
const |
|
inline |
◆ owning()
◆ pushBack()
template<class Base>
template<class Derived>
| Base * pushBack |
( |
const Derived * | d | ) |
|
|
inlineprotected |
◆ setStorageCapacity()
template<class Base>
| void setStorageCapacity |
( |
std::size_t | sz | ) |
|
|
inline |
The documentation for this class was generated from the following file: