31 #ifndef CompositeResponse_h 32 #define CompositeResponse_h 49 typedef std::deque<Response *> response_container;
50 typedef response_container::iterator iterator;
51 typedef response_container::const_iterator const_iterator;
53 response_container theResponses;
int addResponse(Response *)
Add response to the container.
Definition: CompositeResponse.cpp:49
Base class response objects.
Definition: Response.h:81
int getResponse(void)
Invoke getResponse on all responses & add the data to myInfo.
Definition: CompositeResponse.cpp:119
Container holding a number of response objects.
Definition: CompositeResponse.h:46
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35