![]() |
ATLAS Offline Software
|
Description for the list of variables. More...
Public Member Functions | |
| ~Vars () | |
| Destructor. More... | |
| void | resize_all (size_t sz, size_t pos=0) |
| Resize all vector. More... | |
| void | next_all () |
| Move all variable pointers to the next element. More... | |
Public Attributes | |
| T | elements |
| STL member. More... | |
Description for the list of variables.
This is a list of Var objects, with a few convenient extensions for performing operations on all variables.
Note: has to be a list rather than a vector, since we want to be able to extend it without changing the addresses of existing elements.
Definition at line 324 of file VectorFillerToolBase.h.
| D3PD::VectorFillerToolBase::Vars::~Vars | ( | ) |
Destructor.
Definition at line 550 of file VectorFillerToolBase.cxx.
|
inline |
Move all variable pointers to the next element.
Definition at line 42 of file VectorFillerToolBase.cxx.
| void D3PD::VectorFillerToolBase::Vars::resize_all | ( | size_t | sz, |
| size_t | pos = 0 |
||
| ) |
|
inherited |
STL member.
1.8.18