comparison liboctave/dim-vector.h @ 11173:298a75c128ad

Additional exported symbols [MSVC]
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 31 Oct 2010 16:48:51 +0000
parents b4ebfd675321
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11172:7e8ce65f73cf 11173:298a75c128ad
48 // The inlines count(), ndims() recover this data from the rep. Note 48 // The inlines count(), ndims() recover this data from the rep. Note
49 // that rep points to the beginning of dims to grant faster access 49 // that rep points to the beginning of dims to grant faster access
50 // (reinterpret_cast is assumed to be an inexpensive operation). 50 // (reinterpret_cast is assumed to be an inexpensive operation).
51 51
52 class 52 class
53 OCTAVE_API
53 dim_vector 54 dim_vector
54 { 55 {
55 private: 56 private:
56 57
57 octave_idx_type *rep; 58 octave_idx_type *rep;