Data Structures | Functions

AB Namespace Reference

Data Structures

class  AccountStatus
class  Balance
class  StringList
class  Time
class  Value

Functions

bool operator== (const Value &v1, const Value &v2)
bool operator!= (const Value &v1, const Value &v2)
bool operator> (const Value &v1, const Value &v2)
bool operator< (const Value &v1, const Value &v2)

Function Documentation

bool AB::operator!= ( const Value &  v1,
const Value &  v2 
)

Definition at line 105 of file value.hpp.

bool AB::operator< ( const Value &  v1,
const Value &  v2 
)

Definition at line 113 of file value.hpp.

References AB::Value::compare().

bool AB::operator== ( const Value &  v1,
const Value &  v2 
)

Definition at line 101 of file value.hpp.

References AB::Value::equal().

bool AB::operator> ( const Value &  v1,
const Value &  v2 
)

Definition at line 109 of file value.hpp.

References AB::Value::compare().