VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions
JrmNumericUtils.hpp File Reference

More...

Go to the source code of this file.

Namespaces

namespace  jrm

Functions

template<typename IntT >
std::string jrm::ToBaseString (const IntT &in, const int &base, const bool showBase=true, const int &width=0, const char &fill= '0')
 Converts the given integral type into a string using the given numeric base (i.e.
template<typename IntT >
IntT jrm::Bits (const IntT &mask, const size_t &begin, const size_t &length)
 Returns the value represented by the specified range of contiguous bits within the given mask.

Detailed Description

  1. All rights reserved.
Attention
This code is the intellectual property of JRM Enterprises, Inc. It may not be used or released as source or compiled binary form without the prior written consent of JRM Enterprises, Inc.

This module provides utilities for processing / converting numeric types.

Author
Lou Barbieri
Date
2014-06-04


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)