/[projects]/smsdaemon/Value.h
ViewVC logotype

Diff of /smsdaemon/Value.h

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

revision 167 by torben, Sun Dec 7 20:11:40 2008 UTC revision 168 by torben, Tue Dec 9 21:44:15 2008 UTC
# Line 24  public: Line 24  public:
24          operator std::string() const;          operator std::string() const;
25          operator double     () const;          operator double     () const;
26          operator int        () const;          operator int        () const;
27            operator const char* () const;
28            std::string StringValue() const;
29            double DoubleValue() const;
30            int IntValue() const;
31  private:  private:
32          std::string value_;          std::string value_;
33  };  };

Legend:
Removed from v.167  
changed lines
  Added in v.168

  ViewVC Help
Powered by ViewVC 1.1.20