static const char* const typeName;
        static int debug;

which had disappeared.
This commit is contained in:
henry
2009-01-15 16:57:01 +00:00
parent bd04dc7b59
commit 4395170915

View File

@ -80,6 +80,8 @@ public:
// Static data members
static const char* const typeName;
static int debug;
static const string null;
@ -116,8 +118,6 @@ public:
// Member Functions
// Access
//- Count and return the number of a given character in the string
size_type count(const char) const;
@ -130,9 +130,6 @@ public:
template<class String>
static inline bool meta(const string&, const char quote='\\');
// Edit
//- Strip invalid characters from the given string
template<class String>
static inline bool stripInvalid(string&);
@ -145,7 +142,6 @@ public:
template<class String>
static inline string quotemeta(const string&, const char quote='\\');
//- Replace first occurence of sub-string oldStr with newStr
// starting at start
string& replace