COMPASS  5.4.4
End-to-end AO simulation tool using GPU acceleration
carma_utils Namespace Reference

Functions

template<typename T >
std::string to_string (const T &n)
 
template<typename T >
from_string (const std::string &myString)
 
void split (std::vector< std::string > &tokens, const std::string &text, char sep)
 

Function Documentation

◆ from_string()

template<typename T >
T carma_utils::from_string ( const std::string &  myString)

Definition at line 65 of file carma_utils.h.

◆ split()

void carma_utils::split ( std::vector< std::string > &  tokens,
const std::string &  text,
char  sep 
)

Definition at line 71 of file carma_utils.h.

Here is the caller graph for this function:

◆ to_string()

template<typename T >
std::string carma_utils::to_string ( const T &  n)

Definition at line 59 of file carma_utils.h.