ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
Topics | Classes | Functions
Utilities
Collaboration diagram for Utilities:

Topics

 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.
 
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.
 

Detailed Description

Function Documentation

◆ numToStr() [1/2]

template<typename T >
std::string asl::numToStr ( T 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 ( T 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.