Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

PageID Struct Reference

#include <pagepool.h>

Collaboration diagram for PageID:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PageID ()
 PageID (int *t)

Public Attributes

HttpApps_
int id_

Constructor & Destructor Documentation

PageID::PageID  )  [inline]
 

Definition at line 88 of file pagepool.h.

References id_, and s_.

00088 : s_(NULL), id_(0) {}

PageID::PageID int *  t  )  [inline]
 

Definition at line 89 of file pagepool.h.

References id_, and s_.

00089                        {
00090                 s_ = (HttpApp*)t[0];
00091                 id_ = t[1];
00092         }


Member Data Documentation

int PageID::id_
 

Definition at line 94 of file pagepool.h.

Referenced by CompMathPagePool::command(), MediaServer::get_piq(), PageID(), ClientPage::print_name(), and ClientPage::split_name().

HttpApp* PageID::s_
 

Definition at line 93 of file pagepool.h.

Referenced by CompMathPagePool::command(), PageID(), ClientPage::print_name(), and ClientPage::split_name().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 20 13:06:53 2004 for NS2.26SourcesOriginal by doxygen 1.3.3