#include <lib/sconfig.h>
#include <lib/tl/refnode.h>
#include <lib/tl/linkedlist.h>
#include <lib/tl/tlstring.h>
Include dependency graph for sourcefile.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | _InternalSourceFileNode |
Internally used source file node class. More... | |
Defines | |
#define | _LIB_SOURCEPOS_SOURCEFILE_H_ 1 |
Typedefs | |
typedef RefNode< _InternalSourceFileNode > | SourceFileNode |
This is the source file node "class" to be used by other code. | |
Functions | |
bool | operator== (const SourceFileNode &a, const SourceFileNode &b) |
operator==() returns true for the same file with the same position in the include tree. | |
bool | operator!= (const SourceFileNode &a, const SourceFileNode &b) |
operator!=() returns false for the same file with the same position in the include tree. |
For more information, see file sourcepos.h.
Definition in file sourcefile.h.
|
Definition at line 19 of file sourcefile.h. |
|
|
operator!=() returns false for the same file with the same position in the include tree.
Definition at line 181 of file sourcefile.h. References operator==(). |
|
operator==() returns true for the same file with the same position in the include tree. + This means that same file read several times will yield to false if a and b were read at different "times". Definition at line 173 of file sourcefile.h. |