itpp::Name Class Reference
[IT++ File Format]

Automatic naming when saving

An easy way to give a variable a name and optionally description when saving. Usage:. More...

#include <itfile.h>

List of all members.

Public Member Functions

 Name (const std::string &n, const std::string &d="")
 Constructor.
Nameoperator= (const Name &)
 Dummy assignment operator - MSVC++ warning C4512.

Public Attributes

const std::string & name
 The name string.
const std::string & desc
 The description.


Detailed Description

Automatic naming when saving

An easy way to give a variable a name and optionally description when saving. Usage:.

  vec v1("1 2 3"), v2;
  it_file f("file.it");
  f << Name("v", "A vector of consecutive double values") << v1;
  f >> Name("v") >> v2;

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

Generated on Tue Jun 2 10:02:19 2009 for mixpp by  doxygen 1.5.8