ROSE
0.11.96.11
rexompiler
docs
testDoxygen
SgBinaryNode.docs
1
// Documentation for class SgBinaryNode
4
26
// Documentation for class SgNode data members
29
38
/*
39
REMOVED FROM C++ SOURCE CODE
40
\var SgNode::p_singleAttribute
41
\brief This is the OLD attribute mechanism (use "attribute" instead).
42
43
This is part of an older attribute mechanism originally used
44
by Sage II. This will be removed in the future.
45
46
\deprecated OLD Sage II mechanism (will be removed).
47
*/
48
49
/*
50
REMOVED FROM C++ SOURCE CODE
51
\var SgNode::p_uattributes
52
\brief This is the OLD attribute mechanism (use "attribute" instead).
53
54
This is part of an older attribute mechanism originally used
55
by Sage II. This will be removed in the future.
56
57
\deprecated OLD Sage II mechanism (will be removed).
58
*/
59
60
/*
61
REMOVED FROM C++ SOURCE CODE
62
\var SgNode::p_referenceCount
63
\brief This is explicit reference counting mechanism which is not presently used.
64
65
This is explicit reference counting mechanism which is not presently used.
66
Future use of this doubious, we might use an alternative mechanism.
67
68
\deprecated This function will likely be removed in the future.
69
*/
70
135
// Documentation for class SgInitializedName member functions (methods)
138
242
/*
243
REMOVED FROM C++ SOURCE CODE
244
\fn SgNode::error()
245
\brief tests for internal errors.
246
247
\internal Only a few tests are done.
248
249
\deprecated This function does not appear to be used.
250
\return Returns bool; true if there is an error, and false if OK.
251
*/
252
288
289
/*
290
\fn SgNode::get_referenceCount() const
291
\brief Access function for p_referenceCount value used to support memory management.
292
293
\deprecated This function is not used and will likely be removed.
294
\return Returns int; 0 if not referenced, 1 or greater for more references.
295
*/
296
297
/*
298
\fn SgNode::set_referenceCount(int referenceCount)
299
\brief Access function for p_referenceCount value used to support memory management.
300
301
\deprecated This function is not used and will likely be removed.
302
*/
303
304
/*
305
\fn SgNode::get_singleAttribute () const
306
\brief Access function for p_singleAttribute used in OLD Sage II attribute mechanism.
307
308
\deprecated This function is not used and will likely be removed.
309
*/
310
311
/*
312
\fn SgNode::set_singleAttribute (SgAttribute *singleAttribute)
313
\brief Access function for p_singleAttribute used in OLD Sage II attribute mechanism.
314
315
\deprecated This function is not used and will likely be removed.
316
*/
317
318
/*
319
\fn SgNode::get_uattributes () const
320
\brief Access function for p_uattributes used in OLD Sage II attribute mechanism.
321
322
\deprecated This function is not used and will likely be removed.
323
*/
324
325
/*
326
\fn SgNode::set_uattributes (SgAttributePtrList uattributes)
327
\brief Access function for p_uattributes used in OLD Sage II attribute mechanism.
328
329
\deprecated This function is not used and will likely be removed.
330
*/
331
332
Generated on Mon Dec 19 2022 23:39:54 for ROSE by
1.8.17