|
xc
|
Finite element model wrappers container. More...
#include <MapModelWrapper.h>
Public Types | |
| typedef std::map< std::string, ModelWrapper > | map_model_wrapper |
| typedef map_model_wrapper::iterator | iterator |
| typedef map_model_wrapper::const_iterator | const_iterator |
Public Member Functions | |
| MapModelWrapper (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 | existeModelWrapper (const std::string &) const |
| Return true if the method whose name is passed as parameter exists. More... | |
| ModelWrapper & | creaModelWrapper (const std::string &) |
| Creates a new solution method with the identifier being passed as parameter (if already exists, it returns a pointer to it). | |
| const ModelWrapper * | getModelWrapper (const std::string &) const |
| Return a const pointer to the solution method. | |
| ModelWrapper * | getModelWrapper (const std::string &) |
| Return a pointer to the solution method. | |
| void | clearAll (void) |
| Clears all. | |
Finite element model wrappers container.
| bool XC::MapModelWrapper::existeModelWrapper | ( | const std::string & | cod | ) | const |
Return true if the method whose name is passed as parameter exists.
1.8.12