Make some methods public for ZString.
This commit is contained in:
parent
ab14fb3fcd
commit
ce71aefaac
18
ZString.h
18
ZString.h
@ -1,11 +1,11 @@
|
||||
#ifndef __ZString_h__
|
||||
#define __ZString_h__
|
||||
# define __ZString_h__
|
||||
|
||||
#include <ostream>
|
||||
#include <stack>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
# include <ostream>
|
||||
# include <stack>
|
||||
# include <string.h>
|
||||
# include <string>
|
||||
# include <vector>
|
||||
|
||||
namespace coreutils {
|
||||
|
||||
@ -370,7 +370,9 @@ namespace coreutils {
|
||||
|
||||
bool ifCRLF();
|
||||
|
||||
// void nextChar();
|
||||
void nextChar();
|
||||
|
||||
bool boolValue();
|
||||
|
||||
protected:
|
||||
char *data;
|
||||
@ -378,8 +380,6 @@ namespace coreutils {
|
||||
size_t length;
|
||||
char *cdata = NULL;
|
||||
std::vector<ZString> list;
|
||||
bool boolValue();
|
||||
void nextChar();
|
||||
|
||||
private:
|
||||
std::stack<char *> stack;
|
||||
|
Loading…
x
Reference in New Issue
Block a user