Inferno  0.2
CPPTree::Lookup Struct Reference

Node for accessing an element in a record as in base.member. More...

#include <cpptree.hpp>

Inheritance diagram for CPPTree::Lookup:
[legend]
Collaboration diagram for CPPTree::Lookup:
[legend]

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< Expression
base
 the Record we look in
TreePtr< InstanceIdentifiermember
 the member to find

Detailed Description

Node for accessing an element in a record as in base.member.

Note that the parser breaks down a->b into (*a).b which may be detected using a search pattern if desired.

Definition at line 729 of file cpptree.hpp.


Member Data Documentation

the Record we look in

Definition at line 732 of file cpptree.hpp.

the member to find

Definition at line 733 of file cpptree.hpp.


The documentation for this struct was generated from the following file: