mod_fem_viewer/utils/fv_conv_utils.h File Reference

#include <ios>
#include <string>
#include <sstream>
#include "fv_exception.h"
Include dependency graph for fv_conv_utils.h:
This graph shows which files directly or indirectly include this file:

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

#define _FV_CONV_UTLS_H_

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  ) 

Here is the call graph for this function:

bool IsDig ( std::string &  str  ) 
template<typename Type >
Type Str2T ( std::string &  str_  )  [inline]
template<typename Type >
std::string T2Str ( Type  value_  )  [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1