#include <iostream>#include "sourcetext.h"#include "exceptions.h"#include "file.h"

Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &os, const SourceText &text) |
| ostream& operator<< | ( | ostream & | os, | |
| const SourceText & | text | |||
| ) |
(Only used for debugging)
Definition at line 148 of file sourcetext.cc.
References SourceText::mText, and Array< base >::nelem().
1.5.6