|
| template<typename T > |
| MANTID_KERNEL_DLL int | Mantid::Kernel::Strings::findComp (std::istream &, const boost::regex &, T &) |
| | Find a compmonent in a Regex in a file.
|
| |
| MANTID_KERNEL_DLL int | Mantid::Kernel::Strings::findPattern (std::istream &, const boost::regex &, std::string &) |
| | Finds a pattern in a file.
|
| |
| template<typename T > |
| MANTID_KERNEL_DLL int | Mantid::Kernel::Strings::StrComp (const char *, const boost::regex &, T &, const int=0) |
| | Find if a pattern matches a string.
|
| |
| template<typename T > |
| MANTID_KERNEL_DLL int | Mantid::Kernel::Strings::StrComp (const std::string &, const boost::regex &, T &, const int=0) |
| | Find if a pattern matches.
|
| |
| template<typename T > |
| int | Mantid::Kernel::Strings::StrFullCut (std::string &, const boost::regex &, std::vector< T > &) |
| | Cut out the searched section and returns component.
|
| |
| template<typename T > |
| int | Mantid::Kernel::Strings::StrFullCut (std::string &, const boost::regex &, T &, const int=-1) |
| | Cut out the searched section and returns component.
|
| |
| template<typename T > |
| int | Mantid::Kernel::Strings::StrFullSplit (const char *, const boost::regex &, std::vector< T > &) |
| | Split a line searched parts.
|
| |
| template<typename T > |
| int | Mantid::Kernel::Strings::StrFullSplit (const std::string &, const boost::regex &, std::vector< T > &) |
| | Split a line searched parts.
|
| |
| MANTID_KERNEL_DLL int | Mantid::Kernel::Strings::StrLook (const std::string &, const boost::regex &) |
| | Find is a pattern matches.
|
| |
| MANTID_KERNEL_DLL std::vector< std::string > | Mantid::Kernel::Strings::StrParts (std::string, const boost::regex &) |
| | Split a line into component parts.
|
| |
| template<typename T > |
| int | Mantid::Kernel::Strings::StrSingleSplit (const char *, const boost::regex &, std::vector< T > &) |
| | Split a line searched parts.
|
| |
| template<typename T > |
| int | Mantid::Kernel::Strings::StrSingleSplit (const std::string &, const boost::regex &, std::vector< T > &) |
| | Split a line searched parts.
|
| |