Automatic naming when savingAn easy way to give a variable a name and optionally description when saving. Usage: More...
#include <itpp/base/itfile.h>
Public Member Functions | |
Name (const std::string &n, const std::string &d="") | |
Constructor. | |
Name & | operator= (const Name &) |
Dummy assignment operator - MSVC++ warning C4512. | |
Public Attributes | |
const std::string & | name |
The name string. | |
const std::string & | desc |
The description. | |
Automatic naming when saving
An easy way to give a variable a name and optionally description when saving. Usage:
Generated on Sat Jul 6 2013 10:54:30 for IT++ by Doxygen 1.8.2