xc
|
Container holding a number of response objects. More...
#include <CompositeResponse.h>
Public Types | |
typedef std::deque< Response * > | response_container |
typedef response_container::iterator | iterator |
typedef response_container::const_iterator | const_iterator |
Public Member Functions | |
int | addResponse (Response *) |
Add response to the container. | |
int | getResponse (void) |
Invoke getResponse on all responses & add the data to myInfo. | |
![]() | |
Response (int val) | |
Response (double val) | |
Response (const ID &val) | |
Response (const Vector &val) | |
Response (const Matrix &val) | |
Response (const BJtensor &val) | |
virtual Information & | getInformation (void) |
virtual void | Print (std::ofstream &s, int flag=0) const |
Protected Attributes | |
response_container | theResponses |
![]() | |
Information | myInfo |
Container holding a number of response objects.