|
MIDAS
|
#include <stdio.h>#include <sys/time.h>#include <iostream>#include <assert.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include "tmfe.h"#include "midas.h"
Go to the source code of this file.
Functions | |
| std::string | toString (int i) |
| void | print_ia (const std::vector< int > &ia) |
| void | print_da (const std::vector< double > &da) |
| bool | report_fail (const char *text) |
| bool | report_fail (const std::string &text) |
| bool | rmdir (HNDLE hDB, HNDLE hROOT, const char *path) |
| bool | test_mkdir (HNDLE hDB, HNDLE hROOT, const char *path) |
| bool | test_mkdir_fail (HNDLE hDB, HNDLE hROOT, const char *path, int fail_status) |
| bool | test_chdir (HNDLE hDB, HNDLE hROOT, const char *path, HNDLE *phKey) |
| bool | test_delete_key (HNDLE hDB, HNDLE hROOT, const char *path) |
| bool | test_delete (HNDLE hDB, HNDLE hROOT, const char *path) |
| bool | test_find_fail (HNDLE hDB, HNDLE hROOT, const char *path, int fail_status) |
| bool | test_find_key_fail (HNDLE hDB, HNDLE hROOT, const char *path, int fail_status) |
| bool | test_symlink (HNDLE hDB, HNDLE hROOT, const char *path, const char *link_target) |
| bool | test_symlink_fail (HNDLE hDB, HNDLE hROOT, const char *path, const char *link_target, int fail_status) |
| bool | test_enum (const std::vector< HNDLE > &hlist, const std::vector< KEY > &klist) |
| bool | test_enum_links (const std::vector< HNDLE > &hlist, const std::vector< KEY > &klist) |
| bool | test_all (HNDLE hDB) |
| int | main (int argc, char *argv[]) |
Variables | |
| static int | gCountFail = 0 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 448 of file test_odb.cxx.

| void print_da | ( | const std::vector< double > & | da | ) |
Definition at line 37 of file test_odb.cxx.
| void print_ia | ( | const std::vector< int > & | ia | ) |
| bool report_fail | ( | const char * | text | ) |
| bool report_fail | ( | const std::string & | text | ) |
Definition at line 58 of file test_odb.cxx.
Definition at line 65 of file test_odb.cxx.


| bool test_all | ( | HNDLE | hDB | ) |
Definition at line 253 of file test_odb.cxx.


Definition at line 111 of file test_odb.cxx.


Definition at line 145 of file test_odb.cxx.


Definition at line 123 of file test_odb.cxx.


Definition at line 209 of file test_odb.cxx.


Definition at line 231 of file test_odb.cxx.


Definition at line 157 of file test_odb.cxx.


Definition at line 171 of file test_odb.cxx.


Definition at line 87 of file test_odb.cxx.


Definition at line 99 of file test_odb.cxx.


Definition at line 185 of file test_odb.cxx.


| bool test_symlink_fail | ( | HNDLE | hDB, |
| HNDLE | hROOT, | ||
| const char * | path, | ||
| const char * | link_target, | ||
| int | fail_status | ||
| ) |
Definition at line 197 of file test_odb.cxx.


| std::string toString | ( | int | i | ) |
Definition at line 18 of file test_odb.cxx.
|
static |
Definition at line 49 of file test_odb.cxx.