|
Nemiver
0.3
|
#include <nmv-loc.h>
Public Member Functions | |
| SourceLoc (const UString &a_file_path, int a_line_number) | |
| SourceLoc (const SourceLoc &a) | |
| const UString & | file_path () const |
| void | file_path (const UString &a) |
| int | line_number () const |
| void | line_number (int a) |
Public Member Functions inherited from nemiver::common::Loc | |
| Kind | kind () const |
| virtual | ~Loc () |
Additional Inherited Members | |
Public Types inherited from nemiver::common::Loc | |
| enum | Kind { UNDEFINED_LOC_KIND, SOURCE_LOC_KIND, FUNCTION_LOC_KIND, ADDRESS_LOC_KIND } |
| The different possible kinds of locations. More... | |
Protected Member Functions inherited from nemiver::common::Loc | |
| Loc () | |
| Loc (const Loc &a) | |
Protected Attributes inherited from nemiver::common::Loc | |
| Kind | m_kind |
A source location.
It encapsulates a file name and a line number in that file.
|
inline |
References nemiver::common::Loc::SOURCE_LOC_KIND.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17