|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
This is the complete list of members for cbCell, including all inherited members.
| asBool() | cbCell | |
| asFloat() | cbCell | |
| asInt() | cbCell | |
| asString() | cbCell | |
| cbCell()=default | cbCell | |
| cbCell(const cbCell &rhs)=delete | cbCell | |
| cbCell(int32_t rhs) | cbCell | inline |
| cbCell(float rhs) | cbCell | inline |
| cbCell(bool rhs) | cbCell | inline |
| cbCell(const std::string &rhs) | cbCell | inline |
| data | cbCell | |
| operator=(const cbCell &rhs)=delete | cbCell | |
| setAsCppBool(bool rhs) | cbCell | |
| setAsCppFloat(float rhs) | cbCell | |
| setAsCppInt(int32_t rhs) | cbCell | |
| setAsCppString(std::string rhs) | cbCell | |
| setAsLuaBool(sol::object rhs) | cbCell | |
| setAsLuaFloat(sol::object rhs) | cbCell | |
| setAsLuaInt(sol::object rhs) | cbCell | |
| setAsLuaString(sol::object rhs) | cbCell |
1.8.17