Print

Print


Commit in lcdd/include/lcdd/id on MAIN
IdVec.hh+8-81.2 -> 1.3

lcdd/include/lcdd/id
IdVec.hh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- IdVec.hh	3 Jul 2013 23:00:46 -0000	1.2
+++ IdVec.hh	3 Jul 2013 23:42:50 -0000	1.3
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/include/lcdd/id/IdVec.hh,v 1.2 2013/07/03 23:00:46 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/lcdd/id/IdVec.hh,v 1.3 2013/07/03 23:42:50 jeremy Exp $
 #ifndef LCDD_IDVEC_HH
 #define LCDD_IDVEC_HH
 
@@ -46,46 +46,46 @@
      * Push a value onto the vector.
      * @param[in] et The new value to add.
      */
-    inline void addFieldValue(ElementType et);
+    void addFieldValue(ElementType et);
 
     /**
      * Get a value by index.
      * @param[in] idx The field index.
      * @return The field value.
      */
-    inline ElementType getFieldValue(SizeType idx) const;
+    ElementType getFieldValue(SizeType idx) const;
 
     /**
      * Set a value by index.
      * @param[in] idx The index.
      * @param[in] et  The new value.
      */
-    inline void setFieldValue(SizeType idx, ElementType et);
+    void setFieldValue(SizeType idx, ElementType et);
 
     /**
      * Overloaded operator for accessing value by index.
      * @param[in] idx The index.
      * @return The value at index.
      */
-    inline ElementType operator [](SizeType idx) const;
+    ElementType operator [](SizeType idx) const;
 
     /**
      * Get an iterator pointing to the first field value.
      * @return An iterator pointing to the first field value.
      */
-    inline ElementVector::const_iterator getFieldsBegin() const;
+    ElementVector::const_iterator getFieldsBegin() const;
 
     /**
      * Get an iterator pointing to the end of the field value list.
      * @return An iterator pointing to the end of the field value list.
      */
-    inline ElementVector::const_iterator getFieldsEnd() const;
+    ElementVector::const_iterator getFieldsEnd() const;
 
     /**
      * Get the size of this vector.
      * @return The size of this vector.
      */
-    inline SizeType size() const;
+    SizeType size() const;
 
 private:
 
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1