HRCore V1.1.0
A High Resolution Calculation Library
|
▼NHRCore | HRCore main namespace, contains all classes |
▼NException | A namespace contains HRCore standard exceptions |
CDividedByZero | Exception of divided by 0 |
CExpressionConvertFailed | Exception os Expression failed to convert |
CExpressionInvalidOperation | Exception of Expression evaluation: Invalid operation on seleted data type |
CFPConvertFailed | Exception of FixedPoint failed to input |
CInternalError | Exception of internal error. Please dig into it and solve |
CInvalidArgument | Exception of Invalid Argument |
CLLR | Exception of left < right |
▼NInternal | A namespace that contains internally used functions |
C_expression_isT_OK | |
C_expression_isT_OK< Value::Float > | |
C_expression_isT_OK< Value::Integer > | |
C_expression_mod | |
C_expression_mod< Value::Integer > | |
▼NStorage | A namespace contains Storage interface and implements |
▼CInterface | A class as a storage interface, pure virtual |
Citem_t | Storage item descriptor |
CLinkedList | An implement of Storage::Interface using linked list |
CVirtualMMU | An implement of Storage::Interface as Virtual MMU |
▼NUtils | A namespace that contains utils for HRCore |
CExpression | A class to get and evaluate expression |
▼NValue | A namespace that contains mathematic data type |
CFloat | Float type |
▼CInteger | Integer type |
CDivisionResult_t | Type defination of division result (For Integer only) |