Skip to content
Snippets Groups Projects
Commit 43951709 authored by henry's avatar henry
Browse files

Put back

        static const char* const typeName;
        static int debug;

which had disappeared.
parent bd04dc7b
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment