|
Nemiver
0.3
|
#include <nmv-loc.h>
Public Member Functions | |
| AddressLoc (const Address &a) | |
| AddressLoc (const AddressLoc &a) | |
| const Address & | address () const |
| void | address (const Address &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 |
An address location.
It encapslates an address.
|
inline |
References nemiver::common::Loc::ADDRESS_LOC_KIND.
|
inline |
|
inline |
|
inline |
1.8.17