|
SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
Public Member Functions | |
| TExpBi () | |
| TExpBi & | operator= (const TExpBi &) |
| bool | operator== (const TExpBi &) const |
| bool | IsExpBiId (const TStr &ExpBiNm, TExpBiId &ExpBiId) |
| bool | IsExpBiId (const TStr &ExpBiNm) |
| TExpBiArgType | GetExpBiArgType (const TExpBiId &ExpBiId) |
| void | AssertArgs (const int &RqArgs, const int &ActArgs) |
| void | AssertArgValType (const TExpValType &ExpValType, const PExpVal &ExpVal) |
| PExpVal | GetBiConstVal (const TExpBiId &ExpBiId) |
| PExpVal | GetBiFuncVal (const TExpBiId &ExpBiId, const TExpValV &ArgValV, const PExpEnv &ExpEnv) |
| TExpBi::TExpBi | ( | ) |
| void TExpBi::AssertArgs | ( | const int & | RqArgs, |
| const int & | ActArgs | ||
| ) |
| void TExpBi::AssertArgValType | ( | const TExpValType & | ExpValType, |
| const PExpVal & | ExpVal | ||
| ) |
| PExpVal TExpBi::GetBiConstVal | ( | const TExpBiId & | ExpBiId | ) |
| PExpVal TExpBi::GetBiFuncVal | ( | const TExpBiId & | ExpBiId, |
| const TExpValV & | ArgValV, | ||
| const PExpEnv & | ExpEnv | ||
| ) |
| TExpBiArgType TExpBi::GetExpBiArgType | ( | const TExpBiId & | ExpBiId | ) |
| bool TExpBi::IsExpBiId | ( | const TStr & | ExpBiNm, |
| TExpBiId & | ExpBiId | ||
| ) |
| bool TExpBi::IsExpBiId | ( | const TStr & | ExpBiNm | ) | [inline] |
| bool TExpBi::operator== | ( | const TExpBi & | ) | const [inline] |