These classes take a Database Database record and convert them into C++ objects. Each of these classes are safe to be used in standard containers, and are meant to be used in conjunction with the RecordParser<> template when calling Controller::LoadDatabase().
Classes | |
class | Barry::Calendar |
class | Barry::Contact |
class | Barry::Message |
class | Barry::PINMessage |
class | Barry::SavedMessage |
class | Barry::ServiceBookConfig |
class | Barry::ServiceBook |
Functions | |
BXEXPORT std::ostream & | Barry::operator<< (std::ostream &os, const Calendar &msg) |
BXEXPORT std::ostream & | Barry::operator<< (std::ostream &os, const Contact &contact) |
BXEXPORT std::ostream & | Barry::operator<< (std::ostream &os, const Message &msg) |
BXEXPORT std::ostream & | Barry::operator<< (std::ostream &os, const PINMessage &msg) |
BXEXPORT std::ostream & | Barry::operator<< (std::ostream &os, const SavedMessage &msg) |
BXEXPORT std::ostream & | Barry::operator<< (std::ostream &os, const ServiceBookConfig &msg) |
BXEXPORT std::ostream & | Barry::operator<< (std::ostream &os, const ServiceBook &msg) |