ASL  0.1.7
Advanced Simulation Library
Modules | Classes | Functions
Utilities
Collaboration diagram for Utilities:

Modules

 Error Messaging
 

Classes

class  asl::ParametersManager
 
class  asl::ApplicationParametersManager
 
class  asl::Timer
 

Functions

template<typename T >
std::string asl::numToStr (T i)
 Converts numbers or another type to string. More...
 
template<typename T >
std::string asl::numToStr (T i, int numberOf0)
 Converts numbers or another type to string with given value of positions with 0 before. More...
 

Detailed Description

Function Documentation

◆ numToStr() [1/2]

template<typename T >
std::string asl::numToStr ( i)
inline

Converts numbers or another type to string.

Definition at line 48 of file aslUtilities.h.

◆ numToStr() [2/2]

template<typename T >
std::string asl::numToStr ( i,
int  numberOf0 
)

Converts numbers or another type to string with given value of positions with 0 before.

Definition at line 57 of file aslUtilities.h.