This
method is the constructor for the OMString class.
SignaturesOMString();
OMString(const char c);
OMString(const char* c);
OMString(const OMString& s);
Parameters
for signatures 2 and
3c
The character to add to the newly created
string
Parameters for
signature 4s
The string of characters
to add to the
newly created string