HTTPCache.h File Reference

#include <pthread.h>
#include <string>
#include <vector>
#include <map>
#include "HTTPCacheTable.h"
#include "ResponseTooBigErr.h"
#include "HTTPCacheDisconnectedMode.h"
#include "SignalHandlerRegisteredErr.h"

Include dependency graph for HTTPCache.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  libdap

Classes

class  libdap::HTTPCache

Defines

#define DESTROY(m)   pthread_mutex_destroy((m))
#define INIT(m)   pthread_mutex_init((m), 0)
#define LOCK(m)   pthread_mutex_lock((m))
#define TRYLOCK(m)   pthread_mutex_trylock((m))
#define UNLOCK(m)   pthread_mutex_unlock((m))

Functions

bool libdap::is_hop_by_hop_header (const string &header)


Define Documentation

#define DESTROY (  )     pthread_mutex_destroy((m))

Definition at line 77 of file HTTPCache.h.

Referenced by libdap::HTTPCache::~HTTPCache().

#define INIT (  )     pthread_mutex_init((m), 0)

Definition at line 76 of file HTTPCache.h.

Referenced by libdap::HTTPCacheTable::CacheEntry::CacheEntry().

#define LOCK (  )     pthread_mutex_lock((m))

#define TRYLOCK (  )     pthread_mutex_trylock((m))

Definition at line 74 of file HTTPCache.h.

Referenced by libdap::HTTPCacheTable::CacheEntry::lock_read_response().

#define UNLOCK (  )     pthread_mutex_unlock((m))


Generated on Wed Sep 10 13:19:09 2008 for libdap++ by  doxygen 1.5.6