OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
Product.hpp File Reference
#include "StringUtils.hpp"
#include <iostream>
#include <algorithm>
#include <complex>
#include <cstdint>
#include <functional>
#include <set>
#include <string>
#include <typeinfo>
#include <vector>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/variant.hpp>
#include <boost/variant/get.hpp>
#include <boost/variant/variant_fwd.hpp>
Include dependency graph for Product.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Attribute
 
class  AttributeCondition
 
class  AttributeWild
 
class  AttributeRange< T >
 
class  Product
 

Namespaces

 focs
 

Typedefs

using AttributeType = boost::variant< char, std::string, float, double, long double, int8_t, int16_t, int32_t, int64_t, uint8_t, uint16_t, uint32_t, uint64_t >