COMP: header was missing...
Alex
This commit is contained in:
parent
2e24dd1e5b
commit
d0833b7bc3
@ -19,6 +19,11 @@
|
|||||||
|
|
||||||
#include "cmCommand.h"
|
#include "cmCommand.h"
|
||||||
|
|
||||||
|
namespace cmsys
|
||||||
|
{
|
||||||
|
class RegularExpression;
|
||||||
|
}
|
||||||
|
|
||||||
/** \class cmStringCommand
|
/** \class cmStringCommand
|
||||||
* \brief Common string operations
|
* \brief Common string operations
|
||||||
*
|
*
|
||||||
@ -132,7 +137,9 @@ protected:
|
|||||||
bool HandleSubstringCommand(std::vector<std::string> const& args);
|
bool HandleSubstringCommand(std::vector<std::string> const& args);
|
||||||
bool HandleStripCommand(std::vector<std::string> const& args);
|
bool HandleStripCommand(std::vector<std::string> const& args);
|
||||||
bool HandleRandomCommand(std::vector<std::string> const& args);
|
bool HandleRandomCommand(std::vector<std::string> const& args);
|
||||||
|
void ClearMatches();
|
||||||
|
void StoreMatches(cmsys::RegularExpression& re);
|
||||||
|
|
||||||
class RegexReplacement
|
class RegexReplacement
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user