|
Nemiver
0.3
|
#include <nmv-loc.h>
Public Member Functions | |
| FunctionLoc (const UString &a_function_name) | |
| FunctionLoc (const FunctionLoc &a) | |
| const UString & | function_name () const |
| void | function_name (const UString &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 function location.
It encapsulates the location of a function.
|
inline |
References nemiver::common::Loc::FUNCTION_LOC_KIND.
|
inline |
|
inline |
|
inline |
1.8.17