Struct SourceLocation

Struct Documentation

struct SourceLocation

Public Functions

explicit OSRF_TESTING_TOOLS_CPP_MEMORY_TOOLS_PUBLIC SourceLocation(std::shared_ptr<SourceLocationImpl> impl)
virtual OSRF_TESTING_TOOLS_CPP_MEMORY_TOOLS_PUBLIC ~SourceLocation()
OSRF_TESTING_TOOLS_CPP_MEMORY_TOOLS_PUBLIC const std::string & function () const
OSRF_TESTING_TOOLS_CPP_MEMORY_TOOLS_PUBLIC const std::string & filename () const
OSRF_TESTING_TOOLS_CPP_MEMORY_TOOLS_PUBLIC size_t line () const
OSRF_TESTING_TOOLS_CPP_MEMORY_TOOLS_PUBLIC size_t column () const