cartobase  5.0.5
carto::assert_error Class Reference

#include <cartobase/exception/assert.h>

Inheritance diagram for carto::assert_error:
Collaboration diagram for carto::assert_error:

Public Member Functions

 assert_error (const char *assertion, const char *file, int line)
 
virtual ~assert_error () throw ()
 
const char * file () const
 
int line () const throw ()
 

Detailed Description

Definition at line 45 of file assert.h.

Constructor & Destructor Documentation

◆ assert_error()

carto::assert_error::assert_error ( const char *  assertion,
const char *  file,
int  line 
)

◆ ~assert_error()

virtual carto::assert_error::~assert_error ( )
throw (
)
virtual

Member Function Documentation

◆ file()

const char* carto::assert_error::file ( ) const

◆ line()

int carto::assert_error::line ( ) const
throw (
)

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