HRCore V1.1.0
A High Resolution Calculation Library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NHRCoreHRCore main namespace, contains all classes
 NExceptionA namespace contains HRCore standard exceptions
 CDividedByZeroException of divided by 0
 CExpressionConvertFailedException os Expression failed to convert
 CExpressionInvalidOperationException of Expression evaluation: Invalid operation on seleted data type
 CFPConvertFailedException of FixedPoint failed to input
 CInternalErrorException of internal error. Please dig into it and solve
 CInvalidArgumentException of Invalid Argument
 CLLRException of left < right
 NInternalA 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 >
 NStorageA namespace contains Storage interface and implements
 CInterfaceA class as a storage interface, pure virtual
 Citem_tStorage item descriptor
 CLinkedListAn implement of Storage::Interface using linked list
 CVirtualMMUAn implement of Storage::Interface as Virtual MMU
 NUtilsA namespace that contains utils for HRCore
 CExpressionA class to get and evaluate expression
 NValueA namespace that contains mathematic data type
 CFloatFloat type
 CIntegerInteger type
 CDivisionResult_tType defination of division result (For Integer only)