|
ROL
|
Public Member Functions | |
| VectorStack (const V &x) | |
| const VectorKey & | getKey () const |
| size_type | size () const |
| size_type | number_assigned () const |
| Ptr< V > | clone (const V &x) |
| std::vector< size_type > | getRefCounts (void) const |
Public Attributes | |
| std::vector< Ptr< V > > | vectors_ |
| VectorKey | key_ |
Friends | |
| class | VectorWorkspace< Real > |
Definition at line 104 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 110 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 113 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 115 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 117 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
If no next element exists, clone it, increment the index, and return a the clone by pointer
Definition at line 126 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 151 of file ROL_Constraint_SerialSimOpt.hpp.
|
friend |
Definition at line 94 of file ROL_Constraint_SerialSimOpt.hpp.
| std::vector<Ptr<V> > ROL::ROL::details::VectorWorkspace< Real >::VectorStack::vectors_ |
Definition at line 107 of file ROL_Constraint_SerialSimOpt.hpp.
| VectorKey ROL::ROL::details::VectorWorkspace< Real >::VectorStack::key_ |
Definition at line 108 of file ROL_Constraint_SerialSimOpt.hpp.