![]() |
RxDock 0.1.0
A fast, versatile, and open-source program for docking ligands to proteins and nucleic acids
|
Public Member Functions | |
Token (const Vble &) | |
Token (Commands) | |
Token (const Token &) | |
const Vble & | GetVble () const |
bool | IsVble () |
bool | IsLog () |
bool | IsExp () |
bool | IsAdd () |
bool | IsSub () |
bool | IsMul () |
bool | IsDiv () |
bool | IsAnd () |
bool | IsIf () |
Static Public Attributes | |
static const std::string | _CT = "Token" |
Friends | |
void | to_json (json &j, const Token &token) |
void | from_json (const json &j, Token &token) |