1 #ifndef __RTFX_PROPERTY_STRING__
2 #define __RTFX_PROPERTY_STRING__
9 #include "RTFXRecorder.h"
10 #include "RTFXHelpers.h"
37 SetType( RTFXProperty::STRING );
45 void SetValue(
string _value )
47 boost::lock_guard<boost::mutex> lock( *dataLock );
55 boost::lock_guard<boost::mutex> lock( *dataLock );
65 if ( GetType() == other->
GetType() )
85 SetValue( ptr->GetValue() );
94 friend class boost::serialization::access;
96 template<
class Archive>
97 void serialize( Archive &ar,
const unsigned int version )
99 ar & boost::serialization::base_object<RTFXProperty>( *this );