A property is a member that provides a flexible mechanism to read, write, or compute the value of a private field. Properties can be used as if they are public data members, but they are actually special methods called accessors. This enables data to be accessed easily and still helps promote the safety and flexibility of methods.
* Github repository : https://github.com/gammasoft71/properties
* Homepage : https://gammasoft71.wixsite.com/properties
* Reference guide : https://codedocs.xyz/gammasoft71/properties/
* Examples : https://github.com/gammasoft71/properties/tree/master/examples
Features
- properties add c#-like property accessor to your c++ class.
- properties is distributed as a single header file.
Categories
LibrariesLicense
MIT LicenseOther Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of properties!