Keep FILE, FUNCTION and LINE.
More...
#include <zypp-core/base/Exception.h>
|
(Note that these are not member symbols.)
|
std::ostream & | operator<< (std::ostream &str, const CodeLocation &obj) |
| Stream output.
|
Keep FILE, FUNCTION and LINE.
Construct it using the ZYPP_EX_CODELOCATION macro.
Definition at line 35 of file Exception.h.
◆ CodeLocation() [1/4]
zypp::exception_detail::CodeLocation::CodeLocation |
( |
| ) |
|
|
inline |
◆ ~CodeLocation()
zypp::exception_detail::CodeLocation::~CodeLocation |
( |
| ) |
|
|
default |
◆ CodeLocation() [2/4]
zypp::exception_detail::CodeLocation::CodeLocation |
( |
const CodeLocation & | | ) |
|
|
default |
◆ CodeLocation() [3/4]
zypp::exception_detail::CodeLocation::CodeLocation |
( |
CodeLocation && | | ) |
|
|
default |
◆ CodeLocation() [4/4]
zypp::exception_detail::CodeLocation::CodeLocation |
( |
std::string | file_r, |
|
|
std::string | func_r, |
|
|
unsigned | line_r ) |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ asString()
std::string zypp::exception_detail::CodeLocation::asString |
( |
| ) |
const |
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & | str, |
|
|
const CodeLocation & | obj ) |
|
friend |
◆ operator<<() [2/2]
std::ostream & operator<< |
( |
std::ostream & | str, |
|
|
const CodeLocation & | obj ) |
|
related |
◆ _file
std::string zypp::exception_detail::CodeLocation::_file |
|
private |
◆ _func
std::string zypp::exception_detail::CodeLocation::_func |
|
private |
◆ _line
unsigned zypp::exception_detail::CodeLocation::_line |
|
private |
The documentation for this struct was generated from the following files: