diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/cpplus/CppInterfaces.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/cpplus/CppInterfaces.html b/doc/html/cpplus/CppInterfaces.html index 32abd35..083c353 100644 --- a/doc/html/cpplus/CppInterfaces.html +++ b/doc/html/cpplus/CppInterfaces.html @@ -814,11 +814,11 @@ class FileAccPropList : public PropList void getAlignment( hsize_t& threshold, hsize_t& alignment ) const; // Sets the meta data cache and raw data chunk cache parameters. - void setCache( int mdc_nelmts, int rdcc_nelmts, size_t rdcc_nbytes, double rdcc_w0 ) const; + void setCache( int mdc_nelmts, size_t rdcc_nelmts, size_t rdcc_nbytes, double rdcc_w0 ) const; // Retrieves maximum sizes of data caches and the preemption // policy value. - void getCache( int& mdc_nelmts, int& rdcc_nelmts, size_t& rdcc_nbytes, double& rdcc_w0 ) const; + void getCache( int& mdc_nelmts, size_t& rdcc_nelmts, size_t& rdcc_nbytes, double& rdcc_w0 ) const; // Sets garbage collecting references flag. void setGcReferences( unsigned gc_ref = 0 ) const; |