MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Group.h
Go to the documentation of this file.
1 /**********************************************************************
2 ** This program is part of 'MOOSE', the
3 ** Messaging Object Oriented Simulation Environment.
4 ** Copyright (C) 2003-2010 Upinder S. Bhalla. and NCBS
5 ** It is made available under the terms of the
6 ** GNU Lesser General Public License version 2.1
7 ** See the file COPYING.LIB for the full notice.
8 **********************************************************************/
9 #ifndef _GROUP_H
10 #define _GROUP_H
11 
12 class Group
13 {
14  public:
15  Group();
16  static const Cinfo* initCinfo();
17  private:
18 };
19 
20 #endif // _GROUP_H
static const Cinfo * initCinfo()
Definition: Group.cpp:25
Group()
Definition: Group.cpp:46
Definition: Cinfo.h:18
Definition: Group.h:12