Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

module.cpp

Go to the documentation of this file.
00001 //-------------------------------------module.cpp--------------------------------
00002 //
00003 //    NEREK by Chad Rempp
00004 //    March 1 2002
00005 //    Version 0.0.02
00006 //
00007 //    Module Class
00008 //    
00009 //
00010 //------------------------------------------------------------------------------
00011 
00012 #include "module.h"
00013 
00014 
00015 Module::Module(){
00016     n_NumNets = 0;
00017 }
00018 
00019 void Module::AddNet(){
00020     n_vecNets.push_back(Net());
00021 }
00022 
00023 void Module::DelNet(){
00024 }

Generated on Mon Jun 23 23:09:51 2003 for NeReK Documentation by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002