~ubuntu-branches/ubuntu/precise/gle-graphics/precise

« back to all changes in this revision

Viewing changes to src/gle/gle-interface/gle-datatype.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian T. Steigies
  • Date: 2010-02-24 23:21:37 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100224232137-f0qfufkxcr2tr1m5
Tags: 4.2.2-2
* upload to unstable
* Updated Standards-Version to 3.8.4 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
        ostream& toUTF8(ostream& out) const;
160
160
        void toUTF8(string& out) const;
161
161
        void toUTF8(char* out) const;
 
162
        string toUTF8() const;
162
163
        GLEString* substring(unsigned int from, unsigned int to) const;
163
164
        GLEArrayImpl* split(char bych) const;
164
165
        void addQuotes();
166
167
        void resize(unsigned int size);
167
168
        void DLLFCT setSize(unsigned int size);
168
169
        virtual int getType();
 
170
        static GLEString* getEmptyString();
169
171
};
170
172
 
171
173
inline ostream& operator<<(ostream& os, const GLEString& pos) {