|
std::ostream & | operator<< (std::ostream &os, const carto::Array< bio::BVclass > &thing) |
|
std::ostream & | operator<< (std::ostream &os, const carto::Array< double > &thing) |
|
std::ostream & | operator<< (std::ostream &os, const carto::Array< int > &thing) |
|
template<class DataType > |
void | toTypedVector (std::vector< carto::Object > src, std::vector< DataType > &dest) |
|
template<class DataType > |
std::vector< DataType > | toTypedVector (std::vector< carto::Object > v) |
|
template<class DataType > |
void | toObjectVector (std::vector< DataType > src, std::vector< carto::Object > &dest) |
|
template<class DataType > |
std::vector< carto::Object > | toObjectVector (std::vector< DataType > v) |
|