FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecd_util Namespace Reference

Functions

void cleanup_token (char *s)
 
void cleanup_token (char *src, char *dest)
 
void toupper (char *s)
 
void toupper (const char *src, char *dest)
 
void tolower (char *s)
 
void tolower (const char *src, char *dest)
 
void remove_cr (char *s)
 
void ftos (double x, char *s)
 

Function Documentation

◆ cleanup_token() [1/2]

void hecd_util::cleanup_token ( char *  s)

Definition at line 16 of file hecd_util.cpp.

Here is the caller graph for this function:

◆ cleanup_token() [2/2]

void hecd_util::cleanup_token ( char *  src,
char *  dest 
)

Definition at line 22 of file hecd_util.cpp.

◆ ftos()

void hecd_util::ftos ( double  x,
char *  s 
)

Definition at line 93 of file hecd_util.cpp.

◆ remove_cr()

void hecd_util::remove_cr ( char *  s)

Definition at line 78 of file hecd_util.cpp.

◆ tolower() [1/2]

void hecd_util::tolower ( char *  s)

Definition at line 59 of file hecd_util.cpp.

Here is the caller graph for this function:

◆ tolower() [2/2]

void hecd_util::tolower ( const char *  src,
char *  dest 
)

Definition at line 66 of file hecd_util.cpp.

Here is the call graph for this function:

◆ toupper() [1/2]

void hecd_util::toupper ( char *  s)

Definition at line 40 of file hecd_util.cpp.

Here is the caller graph for this function:

◆ toupper() [2/2]

void hecd_util::toupper ( const char *  src,
char *  dest 
)

Definition at line 47 of file hecd_util.cpp.

Here is the call graph for this function: