| 
    BornAgain
    1.19.0
    
   Simulate and fit neutron and x-ray scattering at grazing incidence 
   | 
 
Defines a few helper functions. More...
Go to the source code of this file.
Namespaces | |
| mumufit | |
| The multi-library, multi-algorithm fit wrapper library.  | |
| mumufit::stringUtils | |
| Utility functions to analyze or modify strings.  | |
Macros | |
| #define | BORNAGAIN_FIT_TOOLS_STRINGUTILS_H | 
Functions | |
| bool | mumufit::stringUtils::matchesPattern (const std::string &text, const std::string &wildcardPattern) | 
| Returns true if text matches pattern with wildcards '*' and '?'.  More... | |
| template<typename T > | |
| std::string | mumufit::stringUtils::scientific (const T value, int n=10) | 
| Returns scientific string representing given value of any numeric type.  More... | |
| std::vector< std::string > | mumufit::stringUtils::split (const std::string &text, const std::string &delimeter) | 
| Split string into vector of string using delimeter.  More... | |
Defines a few helper functions.
Definition in file StringUtils.h.
| #define BORNAGAIN_FIT_TOOLS_STRINGUTILS_H | 
Definition at line 21 of file StringUtils.h.