For all of the internal api stuff.
More...
◆ reverseByteOrder()
template<typename return_type >
DCA_INLINE void discord_core_api::discord_core_internal::reverseByteOrder |
( |
return_type & | net | ) |
|
- Template Parameters
-
return_type | the type of the value to reverse. |
- Parameters
-
- Returns
- the reversed value.
Definition at line 60 of file Etf.hpp.
◆ storeBits()
template<typename return_type , typename value_type >
DCA_INLINE void discord_core_api::discord_core_internal::storeBits |
( |
value_type * | to, |
|
|
return_type | num ) |
- Template Parameters
-
return_type | the type of the number. |
- Parameters
-
to | the character array to store the bits. |
num | the number whose bits are to be stored. |
Definition at line 88 of file Etf.hpp.