OpenSDN source code
|
#include <gendb_if.h>
Public Types | |
enum | type { INVALID, GE, GT, LE, LT, EQ, LIKE, CONTAINS } |
Static Public Member Functions | |
static std::string | ToString (Op::type op) |
Definition at line 42 of file gendb_if.h.
enum GenDb::Op::type |
Enumerator | |
---|---|
INVALID | |
GE | |
GT | |
LE | |
LT | |
EQ | |
LIKE | |
CONTAINS |
Definition at line 43 of file gendb_if.h.
|
static |
Definition at line 81 of file gendb_if.cc.