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

Diff of /ff3d/language/SubOptionExpression.hpp

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

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:52 2003 UTC revision 1.2 by delpinux, Sun May 4 18:09:01 2003 UTC
# Line 81  class SubOptionExpressionString Line 81  class SubOptionExpressionString
81  private:  private:
82    ReferenceCounting<StringExpression> __value;    ReferenceCounting<StringExpression> __value;
83    
84    std::ostream& put(std::ostream& os)    std::ostream& put(std::ostream& os) const
85    {    {
86      os << *__name << "::" << *__value;      os << *__name << "::" << *__value;
87      return os;      return os;
# Line 112  class SubOptionExpressionReal Line 112  class SubOptionExpressionReal
112  private:  private:
113    ReferenceCounting<RealExpression> __value;    ReferenceCounting<RealExpression> __value;
114    
115    std::ostream& put(std::ostream& os)    std::ostream& put(std::ostream& os) const
116    {    {
117      os << *__name << "::" << *__value;      os << *__name << "::" << *__value;
118      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