ROSE 0.11.145.147
SgConstructorInitializer.docs
1
2// Documentation for class SgConstructorInitializer
4
21// Documentation for class SgConstructorInitializer data members
23
46/*
47// DQ (8/5/2006): This data member has been removed to make this class more general
48// (e.g. construcotrs of primative types).
49\var SgConstructorInitializer::p_class_decl
50\brief This points to the associated class declaration for this constructor.
51
52\internal This can at times be a NULL pointer, e.g. calls to unimplemented default constructors, if so then the bool valued variable
53"p_associated_class_unknown" is always true.
54*/
55
98// Documentation for class SgConstructorInitializer member functions (methods)
100
101/*
102\fn SgConstructorInitializer::SgConstructorInitializer (const SgConstructorInitializer &X)
103\brief Copy constructor (made private to prevent being called by accident).
104*/
105