mod_fem_viewer/utils/fv_str_utils.h File Reference

#include <string>
#include <vector>
Include dependency graph for fv_str_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string trimString (const std::string &sText, const std::string &sToken)
int trimString (const std::string &sText, std::vector< std::string > &vTokens, const std::string &sSeps=" \t")
int countWords (const std::string &sText)
int countSubString (const std::string &sText, const std::string &sToken)
int getSubStrPosition (const std::string &sText, const std::string &stoken, int num=1)

Function Documentation

int countSubString ( const std::string &  sText,
const std::string &  sToken 
)

Here is the caller graph for this function:

int countWords ( const std::string &  sText  ) 

Here is the caller graph for this function:

int getSubStrPosition ( const std::string &  sText,
const std::string &  stoken,
int  num = 1 
)

Here is the caller graph for this function:

int trimString ( const std::string &  sText,
std::vector< std::string > &  vTokens,
const std::string &  sSeps = " \t" 
)
std::string trimString ( const std::string &  sText,
const std::string &  sToken 
)

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1