AUI Framework
master
Cross-platform base for C++ UI apps
|
Public Member Functions# | |
WhereExpr (const AString &exprString) | |
WhereExpr & | operator> (const AVariant &other) |
WhereExpr & | operator>= (const AVariant &other) |
WhereExpr & | operator< (const AVariant &other) |
WhereExpr & | operator<= (const AVariant &other) |
WhereExpr & | operator== (const AVariant &other) |
WhereExpr & | operator!= (const AVariant &other) |
WhereExpr & | operator&& (const WhereExpr &other) |
WhereExpr & | operator|| (const WhereExpr &other) |
Static Public Member Functions# | |
static std::tuple< AString, AVector< AVariant > > | unpack (const WhereExpr &e) |