|
Rosetta 3.5
|
#include <ArrayPool.fwd.hh>

Public Member Functions | |
| ArrayPoolElement (platform::Size size, NegSpaceElement< T > *neg_ptr) | |
| ArrayPoolElement (ArrayPoolElement< T > const &other) | |
| ~ArrayPoolElement () | |
| 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) |
Private Attributes | |
| Array0< T > | array_ |
| NegSpaceElement< T > * | neg_ptr_ |
Friends | |
| template<typename > | |
| class | ArrayPool |
Definition at line 30 of file ArrayPool.fwd.hh.
|
inline |
Definition at line 180 of file ArrayPool.hh.
|
inline |
Definition at line 185 of file ArrayPool.hh.
|
inline |
Definition at line 190 of file ArrayPool.hh.
|
inline |
Definition at line 216 of file ArrayPool.hh.
Referenced by core::scoring::EnergyEdge::copy_from(), and core::scoring::EnergyEdge::EnergyEdge().
|
inline |
Definition at line 192 of file ArrayPool.hh.
|
inline |
Definition at line 197 of file ArrayPool.hh.
|
inline |
Definition at line 202 of file ArrayPool.hh.
|
inline |
Definition at line 207 of file ArrayPool.hh.
|
inline |
Definition at line 212 of file ArrayPool.hh.
Definition at line 223 of file ArrayPool.hh.
|
private |
Definition at line 226 of file ArrayPool.hh.
Referenced by core::graph::ArrayPoolElement< Real >::copy_array_contents(), and core::graph::ArrayPoolElement< Real >::operator[]().
|
private |
Definition at line 227 of file ArrayPool.hh.
Referenced by core::graph::ArrayPool< Real >::deallocate_array(), core::graph::ArrayPoolElement< Real >::operator[](), and core::graph::ArrayPoolElement< Real >::valid().
1.8.4