First page Back Continue Last page Graphics
Nested Classes cont.
If you wanted to define the constructor in a methods file, instead:
- Queue::Node::Node(const Item & i) :
- item(i), next(0) { }
Note repeated scope designator.
Access : See Table 15.1
Nesting in a Template:
- Practice: queuetp in prata