libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
csdbg::string::string
(
const
string
&
src
)
Object copy constructor.
Parameters
[in]
src
the source object
Exceptions
std::bad_alloc
Definition at line
174
of file
string.cpp
.
174
:
175
m_data
(NULL),
176
m_length
(0),
177
m_size
(0)
178
{
179
*
this
= src;
180
}
csdbg::string::m_size
u32 m_size
Buffer size.
Definition:
string.hpp:46
csdbg::string::m_data
i8 * m_data
String data.
Definition:
string.hpp:42
csdbg::string::m_length
u32 m_length
Character count.
Definition:
string.hpp:44
csdbg
string
Generated by
1.8.5