37 #ifndef SHARK_CORE_CHART_H
38 #define SHARK_CORE_CHART_H
40 #include <boost/property_tree/ptree.hpp>
41 #include <boost/variant.hpp>
171 template<
typename Archive>
172 void serialize( Archive & a,
const unsigned int version ) {
238 template<
typename Archive>
239 void serialize( Archive & a,
const unsigned int version ) {
256 typedef boost::variant< double, std::string >
ValueType;
317 template<
typename Archive>
318 void serialize( Archive & a,
const unsigned int version ) {
426 const std::vector< Series > &
series()
const {
465 template<
typename Archive>
466 void serialize( Archive & a,
const unsigned int version ) {
492 #endif // SHARK_CORE_CHART_H