Changeset 2917 in Sophya for trunk/SophyaLib/TArray/utilarr.h


Ignore:
Timestamp:
Feb 23, 2006, 2:50:26 PM (20 years ago)
Author:
ansari
Message:

Documentation + debug Range et extraction sous-tableaux , Reza 23/02/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/utilarr.h

    r2915 r2917  
    128128class Range {
    129129public:
    130   //! Index range start \<= index \<= last()
     130  //! Index range containing a single index = \b start
    131131  Range(sa_size_t start);
    132132  //! Index range start \<= index \<= end
     
    153153  //! return a Range object specifing the first index
    154154  inline static Range first()
    155   { return Range(Range::firstIndex() , Range::lastIndex(), 1, 1); }
     155  { return Range(Range::firstIndex() , Range::firstIndex(), 1, 1); }
    156156  //! return a Range object specifing the last valid index
    157157  inline static Range last()
Note: See TracChangeset for help on using the changeset viewer.