#include <Array2D.h>
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
class cnoid::Array2D< ElementType, Allocator >::Row
- Todo:
- make const version of this class
§ iterator
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
§ Row() [1/2]
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
§ Row() [2/2]
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
| cnoid::Array2D< ElementType, Allocator >::Row::Row |
( |
const Array2D< ElementType, Allocator > & |
owner, |
|
|
int |
frame |
|
) |
| |
|
inline |
§ at()
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
| ElementType& cnoid::Array2D< ElementType, Allocator >::Row::at |
( |
int |
index | ) |
|
|
inline |
§ begin()
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
§ empty()
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
§ end()
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
§ operator=()
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
§ operator[]() [1/2]
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
| ElementType& cnoid::Array2D< ElementType, Allocator >::Row::operator[] |
( |
int |
index | ) |
|
|
inline |
§ operator[]() [2/2]
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
| const ElementType& cnoid::Array2D< ElementType, Allocator >::Row::operator[] |
( |
int |
index | ) |
const |
|
inline |
§ size()
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
The documentation for this class was generated from the following file: