Public Member Functions | Data Fields

StrHeapDesc Struct Reference

#include <HdrHeap.h>

Collaboration diagram for StrHeapDesc:
Collaboration graph
[legend]

Public Member Functions

 StrHeapDesc ()
bool contains (const char *str) const

Data Fields

Ptr< RefCountObjm_ref_count_ptr
char * m_heap_start
int32_t m_heap_len
bool m_locked

Detailed Description

Definition at line 141 of file HdrHeap.h.


Constructor & Destructor Documentation

StrHeapDesc::StrHeapDesc (  ) 

Definition at line 1188 of file HdrHeap.cc.

References m_heap_len, m_heap_start, and m_locked.


Member Function Documentation

bool StrHeapDesc::contains ( const char *  str  )  const [inline]

Definition at line 149 of file HdrHeap.h.

References m_heap_len, and m_heap_start.

Referenced by HdrHeap::HeapGuard::HeapGuard().


Field Documentation


The documentation for this struct was generated from the following files: