|
| typedef Poco::Tuple< Int64, int, int, int, int, double, double > | DateRow |
| |
| typedef std::tuple< Int64, int, int, int, int, double, double > | StdDateRow |
| |
| typedef Poco::Tuple< Int64, Int64, Int64, Int64, Poco::Nullable< Int64 >, double > | TemporalLocationRow |
| |
| typedef std::tuple< Int64, Int64, Int64, Int64, std::optional< Int64 >, double > | StdTemporalLocationRow |
| |
| typedef Poco::Tuple< Int64, int, int, int, int, std::string > | ModuleInfoRow |
| |
| typedef std::tuple< Int64, int, int, int, int, std::string > | StdModuleInfoRow |
| |
| typedef Poco::Tuple< Int64, int, std::string > | DisturbanceTypeRow |
| |
| typedef std::tuple< Int64, int, std::string > | StdDisturbanceTypeRow |
| |
| typedef Poco::Tuple< Int64, std::string > | PoolInfoRow |
| |
| typedef Poco::Tuple< Int64, std::string > | LandClassRow |
| |
| typedef std::tuple< Int64, std::string > | StdLandClassRow |
| |
| typedef Poco::Tuple< Int64, std::vector< Poco::Nullable< std::string > > > | ClassifierSetRow |
| |
| typedef Poco::Tuple< Int64, Int64, Int64, Int64, double > | DisturbanceRow |
| |
| typedef std::tuple< Int64, Int64, Int64, Int64, double > | StdDisturbanceRow |
| |
| typedef Poco::Tuple< Int64, Int64, Int64, Poco::Nullable< Int64 >, Int64, Int64, double > | FluxRow |
| |
| typedef std::tuple< Int64, Int64, Int64, std::optional< Int64 >, Int64, Int64, double > | StdFluxRow |
| |
| typedef Poco::Tuple< Int64, Int64, Int64, double > | PoolRow |
| |
| typedef std::tuple< Int64, Int64, Int64, double > | StdPoolRow |
| |
| typedef Poco::Tuple< Int64, std::string, std::string > | ErrorRow |
| |
| typedef std::tuple< Int64, std::string, std::string > | StdErrorRow |
| |
| typedef Poco::Tuple< Int64, Int64, Int64 > | LocationErrorRow |
| |
| typedef std::tuple< Int64, Int64, Int64 > | StdLocationErrorRow |
| |
| typedef Poco::Tuple< Int64, Int64, Int64, double > | AgeAreaRow |
| |
| typedef std::tuple< Int64, Int64, Int64, double > | StdAgeAreaRow |
| |
| typedef Poco::Tuple< Int64, Int64, Int64 > | AgeClassRow |
| |
| typedef std::tuple< Int64, Int64, Int64 > | StdAgeClassRow |
| |