In the system class definition

$LIBMESH_DIR/include/solvers/system.h


// ------------------------------------------------------------
// System class definition
class System : public ReferenceCountedObject<System>
{
protected:
  .
  .
  .



System is defined as a derived class of a template class
ReferenceCountedObject<System>  ?

I've never seen this before. Are both "System" referring
to the same class?  Is the System in the template the 
same as the System in the class definition?




thank you,
David Fuentes

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to