A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
PDBCatalog.cc File Reference
#include "PDBCatalog.h"
+ Include dependency graph for PDBCatalog.cc:

Go to the source code of this file.

Functions

void errorLogCallback (void *pArg, int iErrCode, const char *zMsg)
 
std::ostream & operator<< (std::ostream &out, PDBCatalog &catalog)
 

Function Documentation

void errorLogCallback ( void *  pArg,
int  iErrCode,
const char *  zMsg 
)

Definition at line 161 of file PDBCatalog.cc.

+ Here is the caller graph for this function:

std::ostream& operator<< ( std::ostream &  out,
PDBCatalog catalog 
)

Overloads the << operator so other classes can print the content of the catalog metadata

Definition at line 1179 of file PDBCatalog.cc.