ATLAS Offline Software
Classes | Namespaces | Macros | Functions
DbBlob.h File Reference
#include <list>
#include <vector>
#include <string>
#include <iostream>
#include <cstring>
#include <typeinfo>
#include <unistd.h>
Include dependency graph for DbBlob.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pool::DbBlob
 

Namespaces

 pool
 pool namespace
 

Macros

#define _swab(source, target, radix)   swab(source, target, radix)
 
#define STREAM_ANALYSE(data, len)
 

Functions

template<class T >
DbBlob & pool::operator<< (DbBlob &s, const std::vector< T > &v)
 
template<class T >
DbBlob & pool::operator>> (DbBlob &s, std::vector< T > &v)
 
template<class T >
DbBlob & pool::operator<< (DbBlob &s, const std::list< T > &l)
 
template<class T >
DbBlob & pool::operator>> (DbBlob &s, std::list< T > &l)
 

Macro Definition Documentation

◆ _swab

#define _swab (   source,
  target,
  radix 
)    swab(source, target, radix)

Definition at line 20 of file DbBlob.h.

◆ STREAM_ANALYSE

#define STREAM_ANALYSE (   data,
  len 
)

Definition at line 138 of file DbBlob.h.