|
Squid Web Cache master
|
Public Member Functions | |
| HasExplicit () | |
| ~HasExplicit () | |
| HasExplicit (HasExplicit const &) | |
| HasExplicit & | operator= (HasExplicit const &) |
Static Public Member Functions | |
| static int const & | Instances () |
| static int const & | Assignments () |
| static void | Assignments (int const &) |
Static Private Member Functions | |
| static void | AddInstance () |
| static void | RemoveInstance () |
| static void | Assignment () |
Static Private Attributes | |
| static int | Instances_ |
| static int | Assignments_ |
Definition at line 15 of file syntheticoperators.cc.
| HasExplicit::HasExplicit | ( | ) |
Definition at line 36 of file syntheticoperators.cc.
References AddInstance().
| HasExplicit::~HasExplicit | ( | ) |
Definition at line 41 of file syntheticoperators.cc.
References RemoveInstance().
| HasExplicit::HasExplicit | ( | HasExplicit const & | ) |
Definition at line 46 of file syntheticoperators.cc.
References AddInstance().
|
staticprivate |
Definition at line 59 of file syntheticoperators.cc.
References Instances_.
Referenced by HasExplicit(), and HasExplicit().
|
staticprivate |
Definition at line 71 of file syntheticoperators.cc.
References Assignments_.
Referenced by operator=().
|
static |
Definition at line 83 of file syntheticoperators.cc.
References Assignments_.
Referenced by CheckHasExplicitWorks(), and CheckSyntheticWorks().
|
static |
Definition at line 89 of file syntheticoperators.cc.
References Assignments_.
|
static |
Definition at line 77 of file syntheticoperators.cc.
References Instances_.
Referenced by CheckHasExplicitWorks(), and CheckSyntheticWorks().
| HasExplicit & HasExplicit::operator= | ( | HasExplicit const & | ) |
Definition at line 52 of file syntheticoperators.cc.
References Assignment().
|
staticprivate |
Definition at line 65 of file syntheticoperators.cc.
References Instances_.
Referenced by ~HasExplicit().
|
staticprivate |
Definition at line 30 of file syntheticoperators.cc.
Referenced by Assignment(), Assignments(), and Assignments().
|
staticprivate |
Definition at line 29 of file syntheticoperators.cc.
Referenced by AddInstance(), Instances(), and RemoveInstance().