38 const string BoolConverter::WIRE_SCHEMA =
"bool";
40 BoolConverter::BoolConverter() :
48 assert(data.first == this->getDataType());
50 boost::shared_ptr<bool> s = boost::static_pointer_cast<
bool>(data.second);
65 boost::shared_ptr<bool>(
new bool(
false)));
67 return make_pair(
getDataType(), boost::shared_ptr<bool>(
new bool(
true)));