Changeset 5177 in orxonox.OLD for trunk/src/lib/shell/shell_buffer.h
- Timestamp:
- Sep 12, 2005, 12:30:32 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_buffer.h
r5176 r5177 39 39 /** @returns the Buffer Iterator, that enables externals to walk through the Buffer */ 40 40 inline tIterator<char>* getBufferIterator() const { return bufferIterator; }; 41 /** @returns the Count of lines processed by the Shell. 41 /** @returns the Count of lines processed by the Shell. */ 42 42 inline long getLineCount() const { return this->lineCount; }; 43 44 void debug() const; 43 45 44 46 private:
Note: See TracChangeset
for help on using the changeset viewer.