aqbanking  5.7.8
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

◆ operator!=()

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

Definition at line 105 of file value.hpp.

◆ operator<()

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

Definition at line 113 of file value.hpp.

◆ operator==()

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

Definition at line 101 of file value.hpp.

◆ operator>()

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

Definition at line 109 of file value.hpp.