mod_fem_viewer/utils/fv_conv_utils.h File Reference
#include <ios>
#include <string>
#include <sstream>
#include "fv_exception.h"
Go to the source code of this file.
Defines |
#define | _FV_CONV_UTLS_H_ |
Functions |
template<typename Type > |
Type | Str2T (std::string &str_) |
template<typename Type > |
std::string | T2Str (Type value_) |
bool | IsDig (std::string &str) |
bool | IsCyfr (std::string &str) |
void | int2bin (unsigned int nr, unsigned int size, char buff[]) |
void | int2bin2 (unsigned int n, unsigned int buffer_size, char *buffer) |
Define Documentation
Function Documentation
void int2bin |
( |
unsigned int |
nr, |
|
|
unsigned int |
size, |
|
|
char |
buff[] | |
|
) |
| | |
void int2bin2 |
( |
unsigned int |
n, |
|
|
unsigned int |
buffer_size, |
|
|
char * |
buffer | |
|
) |
| | |
bool IsCyfr |
( |
std::string & |
str |
) |
|
bool IsDig |
( |
std::string & |
str |
) |
|
template<typename Type >
Type Str2T |
( |
std::string & |
str_ |
) |
[inline] |
template<typename Type >
std::string T2Str |
( |
Type |
value_ |
) |
[inline] |