cgma
|
#include <MCNPInput.hpp>
Public Member Functions | |
InputDeck & | getDeck () |
Protected Member Functions | |
Card (InputDeck &deck_p) | |
virtual | ~Card () |
Protected Attributes | |
InputDeck & | parent_deck |
Superclass of all cards in the input deck
Definition at line 19 of file MCNPInput.hpp.
Card::Card | ( | InputDeck & | deck_p | ) | [inline, protected] |
Definition at line 23 of file MCNPInput.hpp.
: parent_deck(deck_p) {}
virtual Card::~Card | ( | ) | [inline, protected, virtual] |
Definition at line 27 of file MCNPInput.hpp.
{}
InputDeck& Card::getDeck | ( | ) | [inline] |
Definition at line 30 of file MCNPInput.hpp.
{ return parent_deck; }
InputDeck& Card::parent_deck [protected] |
Definition at line 21 of file MCNPInput.hpp.