ROSE  0.11.145.0
SgIsOp.docs
1 // Documentation for class SgIsOp
4 
15 // Documentation for class SgNode data members
18 
29 // Documentation for class SgInitializedName member functions (methods)
32 
136 /*
137 REMOVED FROM C++ SOURCE CODE
138 \fn SgNode::error()
139 \brief tests for internal errors.
140 
141 \internal Only a few tests are done.
142 
143 \deprecated This function does not appear to be used.
144 \return Returns bool; true if there is an error, and false if OK.
145 */
146 
182 
183 /*
184 \fn SgNode::get_referenceCount() const
185 \brief Access function for p_referenceCount value used to support memory management.
186 
187 \deprecated This function is not used and will likely be removed.
188 \return Returns int; 0 if not referenced, 1 or greater for more references.
189 */
190 
191 /*
192 \fn SgNode::set_referenceCount(int referenceCount)
193 \brief Access function for p_referenceCount value used to support memory management.
194 
195 \deprecated This function is not used and will likely be removed.
196 */
197 
198 /*
199 \fn SgNode::get_singleAttribute () const
200 \brief Access function for p_singleAttribute used in OLD Sage II attribute mechanism.
201 
202 \deprecated This function is not used and will likely be removed.
203 */
204 
205 /*
206 \fn SgNode::set_singleAttribute (SgAttribute *singleAttribute)
207 \brief Access function for p_singleAttribute used in OLD Sage II attribute mechanism.
208 
209 \deprecated This function is not used and will likely be removed.
210 */
211 
212 /*
213 \fn SgNode::get_uattributes () const
214 \brief Access function for p_uattributes used in OLD Sage II attribute mechanism.
215 
216 \deprecated This function is not used and will likely be removed.
217 */
218 
219 /*
220 \fn SgNode::set_uattributes (SgAttributePtrList uattributes)
221 \brief Access function for p_uattributes used in OLD Sage II attribute mechanism.
222 
223 \deprecated This function is not used and will likely be removed.
224 */
225 
226