10.9 Bindings10.9 Bindings
10 C++ translator 10 C++ translator
10.11 Identifiers and operators 10.11 Identifiers and operators
10.10 Names

10.10 Names

A name which is a qualified identifier or operator translates as the translated id prefixed with full qualification. For example, A.f will translate as A::f, and A.+ as A::RSL_PLUS_op.
Chris George, April 17, 2008

10.10 Names
10.9 Bindings10.9 Bindings
10 C++ translator 10 C++ translator
10.11 Identifiers and operators 10.11 Identifiers and operators