ders::FileLine Struct Reference

Encapsulates file name and line number information. More...

#include <exception.hpp>

List of all members.

Public Member Functions

 FileLine (const char *f, int l)

Public Attributes

const char * file
int line


Detailed Description

Encapsulates file name and line number information.

Definition at line 41 of file exception.hpp.


Constructor & Destructor Documentation

ders::FileLine::FileLine ( const char *  f,
int  l 
) [inline]

Definition at line 45 of file exception.hpp.

00045 : file(f), line(l) {}


Member Data Documentation

const char* ders::FileLine::file

Definition at line 42 of file exception.hpp.

Definition at line 43 of file exception.hpp.


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

Generated on Tue Dec 8 11:35:33 2009 for derslib by  doxygen 1.5.5