- A Logic Circuit Simulation Library in C++





lcs::HiddenModuleManager Class Reference

#include <hiddenmodman.h>

List of all members.


Detailed Description

A class which provides static member functions to help manage modules which are hidden from libLCS users.


Static Public Member Functions

static void registerModule (Module *mod)
static void destroyModules (void)


Member Function Documentation

static void lcs::HiddenModuleManager::destroyModules ( void   )  [static]

Destroys all the hidden modules registered.

static void lcs::HiddenModuleManager::registerModule ( Module mod  )  [inline, static]

Registers a hidden module. It does not do anything more than storing a pointer to the module object in a list.


Copyright © 2006, 2007 Siva Chandra