libcsdbg  1.28
C++ exception (and generic) stack trace debug library
string & csdbg::string::operator= ( const string rval)
inlinevirtual

Assignment operator.

Parameters
[in]rvalthe assigned object
Returns
*this
Exceptions
std::bad_alloc

Definition at line 317 of file string.cpp.

References set().

Referenced by csdbg::streambuf::operator=(), and csdbg::parser::operator=().

318 {
319  return set(rval);
320 }
virtual string & set(const i8 *,...)
Fill with a printf-style format C-string expanded with the values of a variable argument list...
Definition: string.cpp:271

+ Here is the call graph for this function:

+ Here is the caller graph for this function: