#include <userinfo.h>
Public Member Functions | |
void | getsummary (std::string &S) |
returns a summary of its contents (used in dialogs) | |
uivector (std::string com) | |
Default constructor. | |
void | askuser () |
interaction with the user | |
virtual bool | isvalid () |
test if the info is valid | |
Protected Attributes | |
itpp::Vec< T > | V |
std::string | comment |
std::string | help |
uibase * | parent |
Friends | |
template<class T2> | |
std::ostream & | operator<< (std::ostream &os, const uivector< T2 > &ui) |
saving the info | |
template<class T2> | |
std::istream & | operator>> (std::istream &is, const uivector< T2 > &ui) |
saving the info |