29 Event &find(
string query );
30 void print( ostream& out = cout )
const;
31 void read(
string filename );
32 void read( istream& in );
33 unsigned size()
const;
35 void write(
string filename )
const;
36 void write( ostream& out = cout )
const;
42 void synchronize( vector<Event>& e1, vector<Event>& e2 );
Definition: calendar.h:25
vector< Event > events
Definition: calendar.h:40