PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
Obsolete Class Reference

Private Member Functions

void Obsolete (string msg="")
 

Private Attributes

string m_Msg
 

Detailed Description

Marks method as obsolete. When is the method used, compiler just throw a compile-time warning, but method is called normally.

[Obsolete("Use different method!")]
void Hello()
{
}
void Test()
{
Hello(); // throws compile warning on this line: 'Hello' is obsolete: use different method!
}
Definition EnScript.c:360
Attribute used for tests annotation and assignment to Suites.
Definition TestingFramework.c:97

The documentation for this class was generated from the following file: