GEOS  3.9.1dev
Static Public Member Functions | List of all members
geos::util::Assert Class Reference

#include <Assert.h>

Static Public Member Functions

static void isTrue (bool assertion, const std::string &message)
 
static void isTrue (bool assertion)
 
static void equals (const geom::Coordinate &expectedValue, const geom::Coordinate &actualValue, const std::string &message)
 
static void equals (const geom::Coordinate &expectedValue, const geom::Coordinate &actualValue)
 
static void shouldNeverReachHere (const std::string &message)
 
static void shouldNeverReachHere ()
 

Detailed Description

Definition at line 32 of file Assert.h.

Member Function Documentation

static void geos::util::Assert::equals ( const geom::Coordinate expectedValue,
const geom::Coordinate actualValue,
const std::string &  message 
)
static
static void geos::util::Assert::equals ( const geom::Coordinate expectedValue,
const geom::Coordinate actualValue 
)
inlinestatic

Definition at line 49 of file Assert.h.

static void geos::util::Assert::isTrue ( bool  assertion,
const std::string &  message 
)
static
static void geos::util::Assert::isTrue ( bool  assertion)
inlinestatic

Definition at line 38 of file Assert.h.

static void geos::util::Assert::shouldNeverReachHere ( const std::string &  message)
static
static void geos::util::Assert::shouldNeverReachHere ( )
inlinestatic

Definition at line 59 of file Assert.h.


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