HRCore V1.1.0
A High Resolution Calculation Library
Loading...
Searching...
No Matches
HRCore::Internal Namespace Reference

A namespace that contains internally used functions. More...

Classes

struct  _expression_isT_OK
 
struct  _expression_isT_OK< Value::Float >
 
struct  _expression_isT_OK< Value::Integer >
 
struct  _expression_mod
 
struct  _expression_mod< Value::Integer >
 

Functions

bool _prepareNextStorageItem (Storage::Interface *i, Storage::Interface::item_t &r)
 Prepare next item of Storage to be writen. More...
 
int8_t _getOp (char c)
 
constexpr bool _isOpPrior (int8_t left, int8_t right)
 

Detailed Description

A namespace that contains internally used functions.


Class Documentation

◆ HRCore::Internal::_expression_isT_OK

struct HRCore::Internal::_expression_isT_OK
template<typename G>
struct HRCore::Internal::_expression_isT_OK< G >

Definition at line 348 of file Utils.hpp.

◆ HRCore::Internal::_expression_isT_OK< Value::Float >

struct HRCore::Internal::_expression_isT_OK< Value::Float >

Definition at line 356 of file Utils.hpp.

Class Members
typedef Float value

◆ HRCore::Internal::_expression_isT_OK< Value::Integer >

struct HRCore::Internal::_expression_isT_OK< Value::Integer >

Definition at line 351 of file Utils.hpp.

Class Members
typedef Integer value

Function Documentation

◆ _getOp()

int8_t HRCore::Internal::_getOp ( char  c)

Definition at line 377 of file Utils.hpp.

◆ _isOpPrior()

constexpr bool HRCore::Internal::_isOpPrior ( int8_t  left,
int8_t  right 
)
constexpr

Definition at line 395 of file Utils.hpp.

◆ _prepareNextStorageItem()

bool HRCore::Internal::_prepareNextStorageItem ( Storage::Interface i,
Storage::Interface::item_t r 
)

Prepare next item of Storage to be writen.

Definition at line 21 of file Utils.hpp.

Here is the call graph for this function: