/[ff3d]/ff3d/language/IntegratedExpression.hpp
ViewVC logotype

Diff of /ff3d/language/IntegratedExpression.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:53 2003 UTC revision 1.2 by delpinux, Sun May 4 18:09:01 2003 UTC
# Line 67  class IntegratedExpressionUnknown Line 67  class IntegratedExpressionUnknown
67  private:  private:
68    ReferenceCounting<FunctionVariable> __variableUnknown;    ReferenceCounting<FunctionVariable> __variableUnknown;
69    
70    std::ostream& put(std::ostream& os)    std::ostream& put(std::ostream& os) const
71    {    {
72      os << (*__variableUnknown).name();      os << (*__variableUnknown).name();
73      return os;      return os;
# Line 111  class IntegratedExpressionTest Line 111  class IntegratedExpressionTest
111  private:  private:
112    ReferenceCounting<TestFunctionVariable> __variableTest;    ReferenceCounting<TestFunctionVariable> __variableTest;
113    
114    std::ostream& put(std::ostream& os)    std::ostream& put(std::ostream& os) const
115    {    {
116      os << (*__variableTest).name();      os << (*__variableTest).name();
117      return os;      return os;
# Line 156  class IntegratedExpressionFunctionExpres Line 156  class IntegratedExpressionFunctionExpres
156  private:  private:
157    ReferenceCounting<FunctionExpression> __function;    ReferenceCounting<FunctionExpression> __function;
158    
159    std::ostream& put(std::ostream& os)    std::ostream& put(std::ostream& os) const
160    {    {
161      os << (*__function);      os << (*__function);
162      return os;      return os;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26