Describes some feature.
You can find more information in comments below.
class IFeature :public virtual IReleasable
{
protected:
String m_sName; // Name
public:
String const &Name; // Name
};
| Namespace: | nitisa |
| Include: | Nitisa/Package/Interfaces/IFeature.h |