28 Event &find(
string query )
throw ( logic_error );
29 void print( ostream& out = cout )
const;
30 void read(
string filename )
throw ( logic_error, invalid_argument );
31 void read( istream& in )
throw ( invalid_argument );
32 unsigned size()
const;
34 void write(
string filename )
const;
35 void write( ostream& out = cout )
const;
41 void synchronize( vector<Event>& e1, vector<Event>& e2 );
Definition: calendar.h:24
vector< Event > events
Definition: calendar.h:39