|
xc
|
Solution methods container. More...
#include <AnalysisAggregationMap.h>
Public Member Functions | |
| AnalysisAggregationMap (ProcSoluControl *owr) | |
| Default constructor. | |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| bool | empty (void) const |
| size_t | size (void) const |
| bool | AnalysisAggregationExists (const std::string &) const |
| Return true if the solution method exists. | |
| AnalysisAggregation & | createAnalysisAggregation (const std::string &, ModelWrapper *) |
| Creates a new solution method with the code being passed as parameter. More... | |
| const AnalysisAggregation * | getAnalysisAggregation (const std::string &) const |
| Returns a const pointer to the solution method. | |
| AnalysisAggregation * | getAnalysisAggregation (const std::string &) |
| Returns a pointer to the solution method. | |
| AnalysisAggregation & | newAnalysisAggregation (const std::string &, const std::string &) |
| Creates a new solution method with the code being passed as parameter. | |
| void | revertToStart (void) |
| Returns todo a su estado original. | |
| void | clearAll (void) |
| Clears all. | |
Solution methods container.
| XC::AnalysisAggregation & XC::AnalysisAggregationMap::createAnalysisAggregation | ( | const std::string & | cod, |
| ModelWrapper * | sm | ||
| ) |
Creates a new solution method with the code being passed as parameter.
Si ya existe returns a pointer al mismo.
1.8.12