Document Library Reference
namespace boost {
class cell;
bool operator>(const std::string & lhs, const cell & rhs);
}
namespace boost {
template<typename Value> class column_iter;
class column;
typedef column_iter< boost::cell > column_iterator;
typedef column_iter< const boost::cell > const_column_iterator;
}
namespace boost {
template<typename Value> class row_iter;
class row;
typedef row_iter< boost::cell > row_iterator;
typedef row_iter< const boost::cell > const_row_iterator;
}
namespace boost {
class sheet;
}