Rosetta
|
#include <ArrayPool.hh>
Public Member Functions | |
ArrayPoolElement (platform::Size size, NegSpaceElement< T > *neg_ptr) | |
T const & | operator[] (platform::Size index) const |
T & | operator[] (platform::Size index) |
T const & | operator[] (int index) const |
T & | operator[] (int index) |
bool | valid () const |
void | copy_array_contents (ArrayPoolElement< T > const &other) |
platform::Size | size () const |
Private Attributes | |
Array0< T > | array_ |
NegSpaceElement< T > * | neg_ptr_ |
Friends | |
template<typename > | |
class | ArrayPool |
|
inline |
|
inline |
References utility::graph::ArrayPoolElement< T >::array_, debug_assert, and create_a3b_hbs::ii.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References utility::graph::ArrayPoolElement< T >::array_.
|
inline |
References utility::graph::ArrayPoolElement< T >::neg_ptr_.
|
private |
|
private |