Home
last modified time | relevance | path

Searched refs:some_students (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/serialization/example/
Ddemo_exception.cpp89 some_students.clear(); in ~Course()
92 std::list<Student *> some_students; member in Course
97 ar & some_students; in serialize() local
199 math->some_students.push_back(bob); in init()
201 literature->some_students.push_back(bob); in init()
204 math->some_students.push_back(ted); in init()
206 history->some_students.push_back(ted); in init()
209 literature->some_students.push_back(alice); in init()
211 history->some_students.push_back(alice); in init()