HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TS_KernelList Class Reference

#include <TS_KernelList.h>

Public Member Functions

int getEntries () const
 
TS_MetaKernelgetKernel (int i)
 
TS_MetaKernelgetKernel (const char *token)
 
TS_MetaKernelfindKernel (const char *token)
 
void addKernel (TS_MetaKernel *kernel)
 
void removeKernel (TS_MetaKernel *kernel)
 
void removeKernel (const char *token)
 

Static Public Member Functions

static TS_KernelListgetList ()
 

Detailed Description

Definition at line 47 of file TS_KernelList.h.

Member Function Documentation

void TS_KernelList::addKernel ( TS_MetaKernel kernel)
Examples:
TS/TS_cosKernel.C.
TS_MetaKernel* TS_KernelList::findKernel ( const char *  token)
int TS_KernelList::getEntries ( ) const
inline

Definition at line 52 of file TS_KernelList.h.

TS_MetaKernel* TS_KernelList::getKernel ( int  i)
TS_MetaKernel* TS_KernelList::getKernel ( const char *  token)
static TS_KernelList* TS_KernelList::getList ( )
static
Examples:
TS/TS_cosKernel.C.
void TS_KernelList::removeKernel ( TS_MetaKernel kernel)
void TS_KernelList::removeKernel ( const char *  token)

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