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

tweek::SubjectManager::RegisteredSubject Struct Reference

A container used to transport information about subjects registered with the Subject Manager. More...

import "SubjectManager.idl";

Collaboration diagram for tweek::SubjectManager::RegisteredSubject:

Collaboration graph
[legend]
List of all members.

Public Attributes

string subject_name
 The name of the subject. More...

Subject subject_ref
 A reference to the subject. More...


Detailed Description

A container used to transport information about subjects registered with the Subject Manager.

Definition at line 58 of file SubjectManager.idl.


Member Data Documentation

string tweek::SubjectManager::RegisteredSubject::subject_name
 

The name of the subject.

Definition at line 60 of file SubjectManager.idl.

Referenced by tweek::SubjectManagerImpl::getAllSubjects.

Subject tweek::SubjectManager::RegisteredSubject::subject_ref
 

A reference to the subject.

Definition at line 61 of file SubjectManager.idl.

Referenced by tweek::SubjectManagerImpl::getAllSubjects.


The documentation for this struct was generated from the following file:
Generated on Sun May 2 14:41:10 2004 for Tweek by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002