| 
    MIDAS
    
   | 
 
#include "midas.h"#include "msystem.h"#include "mstrlcpy.h"#include <math.h>#include <vector>#include <list>#include <string>#include <map>#include <algorithm>#include "history.h"
Go to the source code of this file.
Classes | |
| struct | HsSchemaEntry | 
| class | HsSchema | 
| class | HsSchemaVector | 
| class | SqlBase | 
| class | HsSqlSchema | 
| class | HsFileSchema | 
| class | SchemaHistoryBase | 
| class | SchemaHistoryBase::ReadBuffer | 
| class | SqlHistoryBase | 
| class | SqliteHistory | 
| class | MysqlHistory | 
| class | FileHistory | 
Macros | |
| #define | FREE(x) { if (x) free(x); (x) = NULL; } | 
Variables | |
| const time_t | kDay = 24*60*60 | 
| const time_t | kMonth = 30*kDay | 
| const double | KiB = 1024 | 
| const double | MiB = KiB*KiB | 
Definition at line 53 of file history_schema.cxx.
      
  | 
  static | 
Definition at line 4748 of file history_schema.cxx.


      
  | 
  static | 
Definition at line 4674 of file history_schema.cxx.

      
  | 
  static | 
Definition at line 4607 of file history_schema.cxx.


Definition at line 300 of file history_schema.cxx.

Definition at line 325 of file history_schema.cxx.


Definition at line 218 of file history_schema.cxx.


      
  | 
  static | 
Definition at line 2623 of file history_schema.cxx.


| MidasHistoryInterface * MakeMidasHistoryFile | ( | ) | 
| MidasHistoryInterface * MakeMidasHistoryMysql | ( | ) | 
Definition at line 7264 of file history_schema.cxx.


| MidasHistoryInterface * MakeMidasHistoryPgsql | ( | ) | 
Definition at line 7274 of file history_schema.cxx.


| MidasHistoryInterface * MakeMidasHistorySqlite | ( | ) | 
Definition at line 7254 of file history_schema.cxx.


Definition at line 116 of file history_schema.cxx.


      
  | 
  static | 
Definition at line 159 of file history_schema.cxx.


Definition at line 201 of file history_schema.cxx.


Definition at line 184 of file history_schema.cxx.


      
  | 
  static | 
Definition at line 4156 of file history_schema.cxx.


Definition at line 176 of file history_schema.cxx.


      
  | 
  static | 
Definition at line 5588 of file history_schema.cxx.


      
  | 
  static | 
Definition at line 2592 of file history_schema.cxx.


      
  | 
  static | 
Definition at line 5238 of file history_schema.cxx.


      
  | 
  static | 
Definition at line 5283 of file history_schema.cxx.


Definition at line 95 of file history_schema.cxx.


      
  | 
  static | 
Definition at line 4594 of file history_schema.cxx.


Definition at line 65 of file history_schema.cxx.


Definition at line 225 of file history_schema.cxx.


Definition at line 6444 of file history_schema.cxx.
Definition at line 6447 of file history_schema.cxx.
Definition at line 6445 of file history_schema.cxx.