75 SymbolEntryPtr
sentry (
void)
const;
77 int line (
void)
const;
81 std::ostream &
toStream (std::ostream & str)
const;
82 std::ostream &
toXml (std::ostream & str,
int indent )
const;
#define str
Definition: scanner.cc:1003
int line(void) const
Definition: Point.cc:105
~Point(void)
Definition: Point.cc:85
size_t mem_size() const
Definition: Point.h:69
std::string filename(void) const
Definition: Point.cc:98
std::ostream & toXml(std::ostream &str, int indent) const
Definition: Point.cc:174
Point(std::string filename, int line=0, const Point *point=0)
Definition: Point.cc:59
std::ostream & toStream(std::ostream &str) const
Definition: Point.cc:153
SymbolEntryPtr sentry(void) const
Definition: Point.cc:91
const Point * m_point
Definition: Point.h:67
std::string toString(void) const
Definition: Point.cc:119
An istream that remembers some data about the bytecode.
Definition: Bytecode.h:42
SymbolEntryPtr m_entry
Definition: Point.h:65
int m_line
Definition: Point.h:66
Definition: MemUsage.h:37
const Point * point(void) const
Definition: Point.cc:112