/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ClientDLL/tokenizer.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/seamlessrdp/ClientDLL/tokenizer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 936 by astrand, Thu Jun 30 14:46:14 2005 UTC revision 937 by astrand, Fri Jul 1 06:50:52 2005 UTC
# Line 22  Line 22 
22    
23  class CTokenizer  class CTokenizer
24  {  {
25    public:      public:
26      CTokenizer(const CStdString & cs, const CStdString & csDelim);          CTokenizer(const CStdString & cs, const CStdString & csDelim);
27      void SetDelimiters(const CStdString & csDelim);          void SetDelimiters(const CStdString & csDelim);
28    
29      bool Next(CStdString & cs);          bool Next(CStdString & cs);
30      CStdString Tail() const;          CStdString Tail() const;
31    
32    private:      private:
33        CStdString m_cs;          CStdString m_cs;
34        std::bitset < 256 > m_delim;          std::bitset < 256 > m_delim;
35      int m_nCurPos;          int m_nCurPos;
36  };  };
37    
38  #endif // !defined(__TOKENIZER_H__)  #endif // !defined(__TOKENIZER_H__)

Legend:
Removed from v.936  
changed lines
  Added in v.937

  ViewVC Help
Powered by ViewVC 1.1.26