libcsdbg  1.28
C++ exception (and generic) stack trace debug library
style * csdbg::style::clone ( ) const
inlinevirtual

Object virtual copy constructor.

Returns
the object copy (heap allocated)
Exceptions
std::bad_alloc

Implements csdbg::object.

Definition at line 74 of file style.cpp.

References style().

Referenced by csdbg::parser::on_lib_load().

75 {
76  return new style(*this);
77 }
style(const i8 *, color_t=WHITE, color_t=CLEAR, attrset_t=0)
Object constructor.
Definition: style.cpp:25

+ Here is the call graph for this function:

+ Here is the caller graph for this function: