| IODA
    | 
| Classes | |
| class | DescendingSort | 
| class | Distribution | 
| class | IodaIO | 
| class | LocalObsSpace | 
| class | ObsSpace | 
| class | ObsSpaceContainer | 
| class | ObsSpaceTestFixture | 
| class | ObsVecTestFixture | 
| class | ObsVector | 
| Functions | |
| template<typename VarType > | |
| void | StoreVarSegments (const std::string &GroupName, const std::string &VarName, const std::vector< std::size_t > &VarShape, const std::vector< VarType > &VarData, const std::vector< std::size_t > &Starts, const std::vector< std::size_t > &Counts, std::unique_ptr< ioda::ObsSpaceContainer< VarType >> &Container) | 
| template<typename VarType > | |
| void | LoadVarSegments (const std::string &GroupName, const std::string &VarName, const std::vector< std::size_t > &VarShape, std::vector< VarType > &VarData, const std::vector< std::size_t > &Starts, const std::vector< std::size_t > &Counts, std::unique_ptr< ioda::ObsSpaceContainer< VarType >> &Container) | 
| void | testConstructor () | 
| void | testGrpVarIter () | 
| void | testStoreLoad () | 
| void | testSegmentedStoreLoad () | 
| void | testDistribution () | 
| std::size_t | GetMaxStringSize (const std::vector< std::string > &Strings) | 
| void | testContainers () | 
| void | testReadVar () | 
| void | testWriteVar () | 
| void | testDescendingSort (const eckit::LocalConfiguration &conf) | 
| void | testConstructor_local () | 
| void | testGetDb () | 
| void | testPutDb () | 
| void | testWriteableGroup () | 
| void | testCopyConstructor () | 
| void | testNotZero () | 
| void | testRead () | 
| void | testSave () | 
| void | testDistributedMath () | 
| std::size_t ioda::test::GetMaxStringSize | ( | const std::vector< std::string > & | Strings | ) | 
| void ioda::test::LoadVarSegments | ( | const std::string & | GroupName, | 
| const std::string & | VarName, | ||
| const std::vector< std::size_t > & | VarShape, | ||
| std::vector< VarType > & | VarData, | ||
| const std::vector< std::size_t > & | Starts, | ||
| const std::vector< std::size_t > & | Counts, | ||
| std::unique_ptr< ioda::ObsSpaceContainer< VarType >> & | Container | ||
| ) | 
Definition at line 60 of file test/core/ObsSpaceContainer.h.
| void ioda::test::StoreVarSegments | ( | const std::string & | GroupName, | 
| const std::string & | VarName, | ||
| const std::vector< std::size_t > & | VarShape, | ||
| const std::vector< VarType > & | VarData, | ||
| const std::vector< std::size_t > & | Starts, | ||
| const std::vector< std::size_t > & | Counts, | ||
| std::unique_ptr< ioda::ObsSpaceContainer< VarType >> & | Container | ||
| ) | 
Definition at line 43 of file test/core/ObsSpaceContainer.h.
| void ioda::test::testConstructor | ( | ) | 
Definition at line 76 of file test/core/ObsSpaceContainer.h.

| void ioda::test::testConstructor_local | ( | ) | 
Definition at line 35 of file LocalObsSpace.h.


| void ioda::test::testContainers | ( | ) | 
Definition at line 97 of file test/io/IodaIO.h.


| void ioda::test::testCopyConstructor | ( | ) | 
| void ioda::test::testDescendingSort | ( | const eckit::LocalConfiguration & | conf | ) | 
Definition at line 31 of file DescendingSort.h.


| void ioda::test::testDistributedMath | ( | ) | 
| void ioda::test::testDistribution | ( | ) | 
Definition at line 68 of file test/distribution/Distribution.h.


| void ioda::test::testGetDb | ( | ) | 
Definition at line 137 of file test/ioda/ObsSpace.h.


| void ioda::test::testGrpVarIter | ( | ) | 
Definition at line 108 of file test/core/ObsSpaceContainer.h.

| void ioda::test::testNotZero | ( | ) | 
| void ioda::test::testPutDb | ( | ) | 
Definition at line 224 of file test/ioda/ObsSpace.h.


| void ioda::test::testRead | ( | ) | 
| void ioda::test::testReadVar | ( | ) | 
Definition at line 159 of file test/io/IodaIO.h.


| void ioda::test::testSave | ( | ) | 
| void ioda::test::testSegmentedStoreLoad | ( | ) | 
Definition at line 288 of file test/core/ObsSpaceContainer.h.

| void ioda::test::testStoreLoad | ( | ) | 
Definition at line 205 of file test/core/ObsSpaceContainer.h.

| void ioda::test::testWriteableGroup | ( | ) | 
Definition at line 260 of file test/ioda/ObsSpace.h.


| void ioda::test::testWriteVar | ( | ) | 
Definition at line 279 of file test/io/IodaIO.h.

