Changeset 261
- Timestamp:
- 08/24/11 15:02:12 (12 years ago)
- Location:
- XMLIO_V2/dev/dev_rv/src4/xmlio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
XMLIO_V2/dev/dev_rv/src4/xmlio/group_template.hpp
r260 r261 42 42 typedef CObjectTemplate<V> SuperClass; 43 43 44 public : // Spécifique44 public : // Attribut spécifique des groupes 45 45 46 46 DECLARE_ATTRIBUTE(std::string, group_ref) … … 88 88 CGroupTemplate(void); 89 89 CGroupTemplate(const std::string & _id); 90 CGroupTemplate(const CGroupTemplate<U, V, W> & _group ,90 CGroupTemplate(const CGroupTemplate<U, V, W> & _group_ref, 91 91 bool _withAttrList = true, bool _withId = true); // Not implemented yet. 92 92 CGroupTemplate(const CGroupTemplate<U, V, W> * const _group_ptr); // Not implemented yet. -
XMLIO_V2/dev/dev_rv/src4/xmlio/object_template.hpp
r260 r261 83 83 CObjectTemplate(void); 84 84 explicit CObjectTemplate(const std::string & _id); 85 CObjectTemplate(const CObjectTemplate<T> & _object ,85 CObjectTemplate(const CObjectTemplate<T> & _object_ref, 86 86 bool _withAttrList = true, bool _withId = true); 87 87 CObjectTemplate(const CObjectTemplate<T> * const _object_ptr); // Not implemented.
Note: See TracChangeset
for help on using the changeset viewer.