xc
Public Member Functions | List of all members
XC::AnalysisAggregationMap Class Reference

Solution methods container. More...

#include <AnalysisAggregationMap.h>

Inheritance diagram for XC::AnalysisAggregationMap:

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.
 
AnalysisAggregationcreateAnalysisAggregation (const std::string &, ModelWrapper *)
 Creates a new solution method with the code being passed as parameter. More...
 
const AnalysisAggregationgetAnalysisAggregation (const std::string &) const
 Returns a const pointer to the solution method.
 
AnalysisAggregationgetAnalysisAggregation (const std::string &)
 Returns a pointer to the solution method.
 
AnalysisAggregationnewAnalysisAggregation (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.
 

Detailed Description

Solution methods container.

Member Function Documentation

§ createAnalysisAggregation()

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.


The documentation for this class was generated from the following files: