MIDAS
Loading...
Searching...
No Matches
history_sqlite_obsolete.cxx File Reference
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <assert.h>
#include <math.h>
#include <errno.h>
#include <vector>
#include <string>
#include <map>
#include "mstrlcpy.h"
#include "midas.h"
#include "history.h"
Include dependency graph for history_sqlite_obsolete.cxx:

Go to the source code of this file.

Typedefs

typedef std::vector< intIntVector
 
typedef std::vector< std::string > StringVector
 
typedef std::map< std::string, std::string > StringMap
 
typedef std::map< std::string, StringVectorStringVectorMap
 
typedef std::map< std::string, StringMapStringMapMap
 

Functions

MidasHistoryInterfaceMakeMidasHistorySqlite ()
 

Typedef Documentation

◆ IntVector

typedef std::vector<int> IntVector

Definition at line 27 of file history_sqlite_obsolete.cxx.

◆ StringMap

typedef std::map<std::string, std::string> StringMap

Definition at line 29 of file history_sqlite_obsolete.cxx.

◆ StringMapMap

typedef std::map<std::string, StringMap> StringMapMap

Definition at line 31 of file history_sqlite_obsolete.cxx.

◆ StringVector

typedef std::vector<std::string> StringVector

Definition at line 28 of file history_sqlite_obsolete.cxx.

◆ StringVectorMap

typedef std::map<std::string, StringVector> StringVectorMap

Definition at line 30 of file history_sqlite_obsolete.cxx.

Function Documentation

◆ MakeMidasHistorySqlite()

MidasHistoryInterface * MakeMidasHistorySqlite ( )

Definition at line 2253 of file history_sqlite_obsolete.cxx.

2254{
2255 return NULL;
2256}
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
Definition rmidas.h:24
Here is the call graph for this function: