mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
Paragraph re-aligned
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@48 f6dd340e-d3f9-0310-b409-bdd246841980
This commit is contained in:
parent
8ee67f2c22
commit
966b26b0cf
1 changed files with 4 additions and 6 deletions
|
@ -12,12 +12,10 @@ any object of their class. Consequently, they do not have a ti(this)
|
|||
pointer. In fact, a static member function is completely comparable to a
|
||||
i(global function), not associated with any class (i.e., in practice they
|
||||
are. See the next section (ref(CALLINGCONVENTION)) for a subtle note). Since
|
||||
static member functions do not require an associated object,
|
||||
static
|
||||
member functions declared in the public section of a class
|
||||
interface may be called without specifying an object of its class. The
|
||||
following example illustrates this characteristic of static member
|
||||
functions:
|
||||
static member functions do not require an associated object, static member
|
||||
functions declared in the public section of a class interface may be called
|
||||
without specifying an object of its class. The following example illustrates
|
||||
this characteristic of static member functions:
|
||||
verb(
|
||||
class Directory
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue