Keep FILE, FUNCTION and LINE.
More...
#include <Exception.h>
|
(Note that these are not member functions.)
|
std::ostream & | operator<< (std::ostream &str, const CodeLocation &obj) |
|
Keep FILE, FUNCTION and LINE.
Construct it using the ZYPP_EX_CODELOCATION macro.
Definition at line 32 of file Exception.h.
zypp::exception_detail::CodeLocation::CodeLocation |
( |
| ) |
|
|
inline |
zypp::exception_detail::CodeLocation::CodeLocation |
( |
const std::string & |
file_r, |
|
|
const std::string & |
func_r, |
|
|
unsigned |
line_r |
|
) |
| |
|
inline |
std::string zypp::exception_detail::CodeLocation::asString |
( |
| ) |
const |
std::ostream& operator<< |
( |
std::ostream & |
str, |
|
|
const CodeLocation & |
obj |
|
) |
| |
|
friend |
std::ostream & operator<< |
( |
std::ostream & |
str, |
|
|
const CodeLocation & |
obj |
|
) |
| |
|
related |
std::string zypp::exception_detail::CodeLocation::_file |
|
private |
std::string zypp::exception_detail::CodeLocation::_func |
|
private |
unsigned zypp::exception_detail::CodeLocation::_line |
|
private |
The documentation for this struct was generated from the following files: