ROSE  0.11.145.0
SgBinaryOp.docs
1 // Documentation for class SgBinaryOp
4 
22 // Documentation for class SgBinaryOp data members
25 
60 // 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
203 older iterator interface within Sage II which didn't use STL, but implemented
204 iterators for the operands (since their is only one for a binary operator
205 and two for a binary operator we don't support such an iterator interface
206 within Sage III. The goal of Sage III is a minimal easily maintained
207 interface. This function is not used and is not a defined part a minumal
208 interface for Sage III.
209 
210 \deprecated This function is not used.
211 
212 \return Returns int
213 */
214