Public Member Functions

hostArray Class Reference

Collaboration diagram for hostArray:
Collaboration graph
[legend]

Public Member Functions

 hostArray ()
 ~hostArray ()
bool Insert (const char *match_data_in, HostBranch *toInsert)
HostBranchLookup (const char *match_data_in, bool bNotProcess)
HostBranchiter_first (hostArrayIterState *s, char **key=NULL)
HostBranchiter_next (hostArrayIterState *s, char **key=NULL)

Detailed Description

Definition at line 580 of file HostLookup.cc.


Constructor & Destructor Documentation

hostArray::hostArray (  ) 

Definition at line 595 of file HostLookup.cc.

hostArray::~hostArray (  ) 

Definition at line 601 of file HostLookup.cc.

References ats_free(), and ink_assert.


Member Function Documentation

bool hostArray::Insert ( const char *  match_data_in,
HostBranch toInsert 
)

Definition at line 617 of file HostLookup.cc.

References ats_strdup, and HOST_ARRAY_MAX.

HostBranch * hostArray::iter_first ( hostArrayIterState s,
char **  key = NULL 
)

Definition at line 671 of file HostLookup.cc.

References iter_next().

Referenced by HostBranch::~HostBranch().

HostBranch * hostArray::iter_next ( hostArrayIterState s,
char **  key = NULL 
)

Definition at line 683 of file HostLookup.cc.

Referenced by iter_first(), and HostBranch::~HostBranch().

HostBranch * hostArray::Lookup ( const char *  match_data_in,
bool  bNotProcess 
)

Definition at line 636 of file HostLookup.cc.


The documentation for this class was generated from the following file: