The contents of this legacy page are no longer maintained nor supported, and are made available only for historical purposes.


CflowdCollectorMap Documentation

CflowdCollectorMap


[ libCfd | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

DESCRIPTION

Class Summary

class CflowdCollectorMap : public _CflowdCollectorMap_t

{

public:
typedef _CflowdCollectorMap_t::iterator iterator;
typedef _CflowdCollectorMap_t::const_iterator const_iterator;
void Clear();
protected:
}; // CflowdCollectorMap

Back to the top of CflowdCollectorMap


DESCRIPTION


---------------------------------------------------------------------------
class CflowdCollectorMap : public _CflowdCollectorMap_t
---------------------------------------------------------------------------
This class is used to hold CflowdCollector objects in cflowd. We just inherit from an STL map of CflowdCollector pointers, keyed by IP address.
---------------------------------------------------------------------------

Back to the top of CflowdCollectorMap


typedef _CflowdCollectorMap_t::iterator iterator;

No documentation available.

  typedef _CflowdCollectorMap_t::iterator        iterator;

Back to the top of CflowdCollectorMap


typedef _CflowdCollectorMap_t::const_iterator const_iterator;

No documentation available.

  typedef _CflowdCollectorMap_t::const_iterator  const_iterator;

Back to the top of CflowdCollectorMap


void Clear();


-------------------------------------------------------------------------
void Clear()
.........................................................................
Clears the map.
-------------------------------------------------------------------------

  void Clear();

Back to the top of CflowdCollectorMap


All Members

public:
typedef _CflowdCollectorMap_t::iterator iterator;
typedef _CflowdCollectorMap_t::const_iterator const_iterator;
void Clear();
protected:

Back to the top of CflowdCollectorMap


Ancestors

Inheritance chain for CflowdCollectorMap:

Back to the top of CflowdCollectorMap


Descendants

Class is not inherited by any others.

Back to the top of CflowdCollectorMap


Generated from source by the Cocoon utilities on Tue Sep 22 04:08:53 1998 .

Report problems to jkotula@unimax.com

Related Objects

See https://catalog.caida.org/software/cflowd/ to explore related objects to this document in the CAIDA Resource Catalog.