From OpenSCADAWiki
Enter a message name below to show all available translations.
Found one translation.
Name | Current message text |
---|---|
h English (en) | === {{Anch|MtxString|Object of the string with the access shared by the global the data resource (mutex) (MtxString)}} === '''Public methods:''' * ''MtxString( ResMtx &iM );'' — The string initialization with the access sharing by resource ''iM''. * ''MtxString &operator=( const string &val );'' — Function for implicit conversion from ''std::string''. * ''operator string( );'' — Function for implicit conversion to ''std::string''. * ''size_t size( );'' — The string size. * ''bool empty( );'' — The string empty. * ''void setVal( const string &vl );'' — Setting the string's value to ''vl''. * ''const string &getVal( );'' — Getting the string's value. * ''const string &getValRef( );'' — Getting a direct reference to the string ''std::string''. The resource is ignored when you use this function! |