In file TypeInfo.hh:

class TypeInfo

Defines the event type information

Inheritance:


Public Methods

[more] TypeInfo (int id, const char* name)
Constructor
[more]int GetId () const
Get the Id
[more]const char* GetName () const
Get the name
[more]void RefCount (bool up = true)
Reference counting
[more]const LayoutInfo* GetLayout () const
Get layout information


Documentation

Defines the event type information (internal use).

o TypeInfo(int id, const char* name)
Constructor

oint GetId() const
Get the Id

oconst char* GetName() const
Get the name

ovoid RefCount(bool up = true)
Reference counting.
Parameters:
sub - ID

oconst LayoutInfo* GetLayout() const
Get the the layout information record.
Returns:
layout information record


This class has no child classes.
Friends:
class Factory
Author:
Written June 2001 by Masahiro Ito and Daniel Sigg
Version:
1.0

Alphabetic index HTML hierarchy of classes or Java


Please send questions and comments to zweizig_j@ligo-wa.caltech.edu