Information about the deprecated interface. More...
Public Member Functions | |
| DeprecationInfo (const std::string &theHint, const std::string &theVersion) | |
| std::size_t | GetCount () const |
| const std::string & | GetHint () const |
| const std::string & | GetVersion () const |
| void | IncrementUsage () |
Private Attributes | |
| std::size_t | fCount |
| Count of uses of deprecated interface. More... | |
| std::string | fHint |
| Hint what to do to avoid deprecated interface. More... | |
| std::string | fVersion |
| Version since when this interface is deprecated. More... | |
Information about the deprecated interface.
Definition at line 85 of file Deprecator.h.
|
inline |
Definition at line 87 of file Deprecator.h.
|
inline |
Definition at line 97 of file Deprecator.h.
References fCount.
|
inline |
Definition at line 93 of file Deprecator.h.
References fHint.
|
inline |
Definition at line 95 of file Deprecator.h.
References fVersion.
|
inline |
Definition at line 91 of file Deprecator.h.
References fCount.
|
private |
Count of uses of deprecated interface.
Definition at line 104 of file Deprecator.h.
Referenced by GetCount(), and IncrementUsage().
|
private |
Hint what to do to avoid deprecated interface.
Definition at line 100 of file Deprecator.h.
Referenced by GetHint().
|
private |
Version since when this interface is deprecated.
Definition at line 102 of file Deprecator.h.
Referenced by GetVersion().