File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3544
3544
\indextext {lattice|see{DAG, subobject}}%
3545
3545
A derived class and its base class subobjects can be represented by a
3546
3546
directed acyclic graph (DAG) where an arrow means `` directly derived
3547
- from'' . An arrow need not have a physical representation in memory.
3547
+ from'' (see \fref {class.dag }).
3548
+ An arrow need not have a physical representation in memory.
3548
3549
A DAG of subobjects is often referred to as a `` subobject lattice'' .
3549
3550
3550
3551
\begin {importgraphic }
4381
4382
{figname.pdf}
4382
4383
\end {importgraphic }
4383
4384
4384
- The names declared in \tcode {V} and the left-hand instance of \tcode {W}
4385
+ As illustrated in \fref {class.lookup },
4386
+ the names declared in \tcode {V} and the left-hand instance of \tcode {W}
4385
4387
are hidden by those in \tcode {B}, but the names declared in the
4386
4388
right-hand instance of \tcode {W} are not hidden at all.
4387
4389
\begin {codeblock }
You can’t perform that action at this time.
0 commit comments