![]() Chapter Contents |
![]() Previous |
![]() Next |
SAS/C C++ Development System User's Guide, Release 6.50 |
Normal C++ scoping
rules apply to most searches in the debugger. When you are in a member function,
you do not have to specify
this->
to access class members. If your source code
is structured so that classes are nested within classes, the debugger also
searches any lexically enclosing
scopes. The debugger applies normal C++ rules for ambiguity resolution.
You can access
static
members using the
class-name::member-name
syntax.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © Tue Feb 10 12:11:23 EST 1998 by SAS Institute Inc., Cary, NC, USA. All rights reserved.