|
libzypp
9.1.2
|
Assert free called for allocated char *.
More...
#include <String.h>
Public Member Functions | |
| SafeBuf () | |
| ~SafeBuf () | |
| std::string | asString () const |
Public Attributes | |
| char * | _buf |
Assert free called for allocated char *.
... SafeBuf safe; vasprintf( &safe._buf, format, ap ); return safe.asString();
| zypp::str::SafeBuf::SafeBuf | ( | ) | [inline] |
| zypp::str::SafeBuf::~SafeBuf | ( | ) | [inline] |
| std::string zypp::str::SafeBuf::asString | ( | ) | const [inline] |
Definition at line 161 of file String.h.
Referenced by zypp::str::form().
| char* zypp::str::SafeBuf::_buf |
Definition at line 158 of file String.h.
Referenced by zypp::str::form().
1.7.6.1