ROSE 0.11.145.147
SgBinaryOp.docs
1
2// Documentation for class SgBinaryOp
4
23// Documentation for class SgBinaryOp data members
25
61// Documentation for class SgBinaryOp member functions (methods)
63
64/*
65 NOT IMPLEMENTED IN C++ SOURCE CODE
66\fn SgBinaryOp::SgBinaryOp (const SgBinaryOp &X)
67\brief Copy constructor (made private to prevent being called by accident).
68*/
69
197/*
198 NOT IMPLEMENTED IN C++ SOURCE CODE
199\fn SgBinaryOp::get_next() const
200\brief Returns next operand (virtual function)
201
202 This function returns the next operand and is part of an
203older iterator interface within Sage II which didn't use STL, but implemented
204iterators for the operands (since their is only one for a binary operator
205and two for a binary operator we don't support such an iterator interface
206within Sage III. The goal of Sage III is a minimal easily maintained
207interface. This function is not used and is not a defined part a minumal
208interface for Sage III.
209
210\deprecated This function is not used.
211
212\return Returns int
213*/
214