root/bdm/userinfo.cpp @ 78

Revision 78, 410 bytes (checked in by smidl, 16 years ago)

Prvni nastrel user-infa

  • Property svn:eol-style set to native
Line 
1//
2// C++ Implementation: itpp_ext
3//
4// Description:
5//
6//
7// Author: smidl <smidl@utia.cas.cz>, (C) 2008
8//
9// Copyright: See COPYING file that comes with this distribution
10//
11//
12
13#include <itpp/itbase.h>
14#include "userinfo.h"
15
16
17std::istream &operator>> ( std::istream &is, const uistring &ui ) {is>>ui.S;return is;};
18std::ostream &operator<< ( std::ostream &os, const uistring &ui ) {os<<ui.S;return os;};
Note: See TracBrowser for help on using the browser.