CustomString [constructor] | Constructors |
~CustomString [destructor] | Destroy this object. |
operator= | Assign to this object the value of the specified rhs object. |
bdexStreamIn | Assign to this object the value read from the specified input stream using the specified version format and return a reference to the modifiable stream. |
bdexStreamOut | Write the value of this object to the specified output stream using the specified version format and return a reference to the modifiable stream. |
fromString | Convert from the specified value to this type. Return 0 if successful and non-zero otherwise. |
maxSupportedBdexVersion | Return the most current bdex streaming version number supported by this class. |
print | Format this object to the specified output stream at the optionally specified indentation level and return a reference to the modifiable stream. |
reset | Reset this object to the default value (i.e., its value upon default construction). |
toString | Convert this value to bsl::string. |