#include <Array2D.h>
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
class cnoid::Array2D< ElementType, Allocator >::Column
- Todo:
- make const version of this class
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
cnoid::Array2D< ElementType, Allocator >::Column::Column |
( |
const Array2D< ElementType, Allocator > & |
owner, |
|
|
int |
part |
|
) |
| |
|
inline |
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
ElementType& cnoid::Array2D< ElementType, Allocator >::Column::at |
( |
int |
index | ) |
|
|
inline |
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
bool cnoid::Array2D< ElementType, Allocator >::Column::empty |
( |
| ) |
const |
|
inline |
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
ElementType& cnoid::Array2D< ElementType, Allocator >::Column::operator[] |
( |
int |
index | ) |
|
|
inline |
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
const ElementType& cnoid::Array2D< ElementType, Allocator >::Column::operator[] |
( |
int |
index | ) |
const |
|
inline |
template<typename ElementType, typename Allocator = std::allocator<ElementType>>
The documentation for this class was generated from the following file: