30 #ifndef MovableString_h 31 #define MovableString_h 33 #include "utility/actor/actor/MovableID.h" 47 const std::string &getString(
void);
ID that can move between processes.
Definition: MovableID.h:43
void setString(const std::string &)
Asigna la text string.
Definition: MovableString.cc:66
String that can move between processes.
Definition: MovableString.h:41
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
MovableString(const std::string &str="")
Constructor.
Definition: MovableString.cc:61