mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
0019929: EDF 772 SMESH : script readability
+ + operator char*() const { + return (char*)c_str(); + }
This commit is contained in:
parent
c539a4181c
commit
df4afe2d50
@ -62,6 +62,10 @@ public :
|
|||||||
this->string::operator=( _s.str() );
|
this->string::operator=( _s.str() );
|
||||||
return *this ;
|
return *this ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
operator char*() const {
|
||||||
|
return (char*)c_str();
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user