Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ScalarWithExceptions Class Reference

Public Member Functions

void init ()
 
bool operator!= (const ScalarWithExceptions &other) const
 
ScalarWithExceptions operator* (const ScalarWithExceptions &other) const
 
ScalarWithExceptions operator+ (const ScalarWithExceptions &other) const
 
ScalarWithExceptionsoperator+= (const ScalarWithExceptions &other)
 
ScalarWithExceptions operator- (const ScalarWithExceptions &other) const
 
ScalarWithExceptionsoperator-= (const ScalarWithExceptions &other)
 
ScalarWithExceptionsoperator= (const ScalarWithExceptions &other)
 
bool operator== (const ScalarWithExceptions &other) const
 
 ScalarWithExceptions ()
 
 ScalarWithExceptions (const float &_v)
 
 ScalarWithExceptions (const ScalarWithExceptions &other)
 
 ~ScalarWithExceptions ()
 

Public Attributes

float * v
 

Static Public Attributes

static int countdown = 0
 
static int instances = 0
 

Detailed Description

Definition at line 25 of file exceptions.cpp.

Constructor & Destructor Documentation

ScalarWithExceptions::ScalarWithExceptions ( )
inline

Definition at line 28 of file exceptions.cpp.

ScalarWithExceptions::ScalarWithExceptions ( const float &  _v)
inline

Definition at line 29 of file exceptions.cpp.

ScalarWithExceptions::ScalarWithExceptions ( const ScalarWithExceptions other)
inline

Definition at line 30 of file exceptions.cpp.

ScalarWithExceptions::~ScalarWithExceptions ( )
inline

Definition at line 31 of file exceptions.cpp.

Member Function Documentation

void ScalarWithExceptions::init ( )
inline

Definition at line 36 of file exceptions.cpp.

bool ScalarWithExceptions::operator!= ( const ScalarWithExceptions other) const
inline

Definition at line 64 of file exceptions.cpp.

ScalarWithExceptions ScalarWithExceptions::operator* ( const ScalarWithExceptions other) const
inline

Definition at line 52 of file exceptions.cpp.

ScalarWithExceptions ScalarWithExceptions::operator+ ( const ScalarWithExceptions other) const
inline

Definition at line 41 of file exceptions.cpp.

ScalarWithExceptions& ScalarWithExceptions::operator+= ( const ScalarWithExceptions other)
inline

Definition at line 55 of file exceptions.cpp.

ScalarWithExceptions ScalarWithExceptions::operator- ( const ScalarWithExceptions other) const
inline

Definition at line 49 of file exceptions.cpp.

ScalarWithExceptions& ScalarWithExceptions::operator-= ( const ScalarWithExceptions other)
inline

Definition at line 57 of file exceptions.cpp.

ScalarWithExceptions& ScalarWithExceptions::operator= ( const ScalarWithExceptions other)
inline

Definition at line 59 of file exceptions.cpp.

bool ScalarWithExceptions::operator== ( const ScalarWithExceptions other) const
inline

Definition at line 62 of file exceptions.cpp.

Member Data Documentation

int ScalarWithExceptions::countdown = 0
static

Definition at line 69 of file exceptions.cpp.

int ScalarWithExceptions::instances = 0
static

Definition at line 68 of file exceptions.cpp.

float* ScalarWithExceptions::v

Definition at line 67 of file exceptions.cpp.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:54