Simple Application Framework  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
Saf::SourceLocation Struct Reference

Source location descriptor structure. More...

#include <SourceLocation.h>

List of all members.

Public Member Functions

 SourceLocation (const char *func, Saf::Size line)
 Constructor.

Public Attributes

const char * m_func
 Function name.
Saf::Size m_line
 Line number.

Detailed Description

Source location descriptor structure.


Constructor & Destructor Documentation

Saf::SourceLocation::SourceLocation ( const char *  func,
Saf::Size  line 
) [inline]

Constructor.


Member Data Documentation

Function name.

Line number.


The documentation for this struct was generated from the following file: