Public Member Functions | |
diagnostic_physical_location (diagnostic_manager *mgr, location_t inner) | |
diagnostic_file * | get_file () const |
Data Fields | |
diagnostic_manager * | m_mgr |
location_t | m_inner |
This has to be a "struct" as it is exposed in the C API.
|
inline |
diagnostic_file * diagnostic_physical_location::get_file | ( | ) | const |
References LOCATION_FILE, m_inner, and m_mgr.
Referenced by diagnostic_physical_location_get_file().
location_t diagnostic_physical_location::m_inner |
Referenced by as_location_t(), diagnostic_physical_location(), and get_file().
diagnostic_manager* diagnostic_physical_location::m_mgr |