Home
last modified time | relevance | path

Searched defs:school (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/serialization/example/
Ddemo_exception.cpp177 void init(School *school){ in init()
217 void save(const School * const school, const char *filename){ in save()
223 void load(School * & school, const char *filename){ in load()
239 School *school = new School(); in main() local