#include <stdio.h>
#include "mvodb.h"
Go to the source code of this file.
|  | 
| static std::string | toString (int value) | 
|  | 
| void | SetOk (MVOdbError *error) | 
|  | 
| void | SetMidasStatus (MVOdbError *error, bool print, const std::string &path, const char *midas_func_name, int status) | 
|  | 
| void | SetError (MVOdbError *error, bool print, const std::string &path, const std::string &message) | 
|  | 
| MVOdb * | MakeFileDumpOdb (const char *buf, int bufsize, MVOdbError *error) | 
|  | Access ODB from a midas file dump. FOrmat could be .xml, .json or .odb. 
 | 
|  | 
◆ MakeFileDumpOdb()
      
        
          | MVOdb * MakeFileDumpOdb | ( | const char * | buf, | 
        
          |  |  | int | bufsize, | 
        
          |  |  | MVOdbError * | error | 
        
          |  | ) |  |  | 
      
 
Access ODB from a midas file dump. FOrmat could be .xml, .json or .odb. 
Definition at line 91 of file mvodb.cxx.
 
 
◆ SetError()
      
        
          | void SetError | ( | MVOdbError * | error, | 
        
          |  |  | bool | print, | 
        
          |  |  | const std::string & | path, | 
        
          |  |  | const std::string & | message | 
        
          |  | ) |  |  | 
      
 
 
◆ SetMidasStatus()
      
        
          | void SetMidasStatus | ( | MVOdbError * | error, | 
        
          |  |  | bool | print, | 
        
          |  |  | const std::string & | path, | 
        
          |  |  | const char * | midas_func_name, | 
        
          |  |  | int | status | 
        
          |  | ) |  |  | 
      
 
 
◆ SetOk()
◆ toString()
  
  | 
        
          | static std::string toString | ( | int | value | ) |  |  | static |