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