/[marvin]/marvin/src/libsip/type/type.hh
ViewVC logotype

Diff of /marvin/src/libsip/type/type.hh

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

revision 1.6 by vishnou, Tue Aug 26 15:29:07 2003 UTC revision 1.7 by exos, Wed Sep 10 21:35:18 2003 UTC
# Line 83  public: Line 83  public:
83    
84    /** \name Accessors.                                                            /** \name Accessors.                                                        
85     ** \{ */     ** \{ */
86    Signal *get_signal(){ return _signal; }    Signal *get_signal() const            { return _signal; }
87    int length();    double *get_data() const              { return _signal->get_data(); }
88      int length() const                    { return _signal->get_length(); }
89      Signal *get_signal()                  { return _signal; }
90      double *get_data()                    { return _signal->get_data(); }
91      int length()                          { return _signal->get_length(); }
92    
93    /** \brief Accessor on data. Work just like for a signal    /** \brief Accessor on data. Work just like for a signal
94     ** \param the value to get     ** \param the value to get

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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