summaryrefslogtreecommitdiffstats
path: root/c++/src/H5FaccProp.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-07-31 04:54:08 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-07-31 04:54:08 (GMT)
commitfddc43caad965b3cfef964ba02195d211d51669e (patch)
tree9f88cbfe03f70b0f9df981da9ae71b5557665227 /c++/src/H5FaccProp.h
parente8671d70c3bf755472c54d9740c694757bb5749e (diff)
downloadhdf5-fddc43caad965b3cfef964ba02195d211d51669e.zip
hdf5-fddc43caad965b3cfef964ba02195d211d51669e.tar.gz
hdf5-fddc43caad965b3cfef964ba02195d211d51669e.tar.bz2
[svn-r8973] Purpose: Updated documentation
Description: Updated various function headers for the RM as reviewing progresses. Rearranged functions in header files for more sensible look of the RM. Platforms tested: SunOS 5.7 (arabica) Linux 2.4 (verbena)
Diffstat (limited to 'c++/src/H5FaccProp.h')
-rw-r--r--c++/src/H5FaccProp.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/c++/src/H5FaccProp.h b/c++/src/H5FaccProp.h
index e10c7d0..8b014ce 100644
--- a/c++/src/H5FaccProp.h
+++ b/c++/src/H5FaccProp.h
@@ -25,12 +25,6 @@ class H5_DLLCPP FileAccPropList : public PropList {
public:
static const FileAccPropList DEFAULT;
- // Creates a file access property list.
- FileAccPropList();
-
- // Copy constructor: creates a copy of a FileAccPropList object
- FileAccPropList( const FileAccPropList& original );
-
// Modifies this property list to use the H5FD_STDIO driver
void setStdio() const;
@@ -125,9 +119,15 @@ class H5_DLLCPP FileAccPropList : public PropList {
// Returns garbage collecting references setting.
unsigned getGcReferences() const;
+ // Creates a file access property list.
+ FileAccPropList();
+
+ // Copy constructor: creates a copy of a FileAccPropList object.
+ FileAccPropList( const FileAccPropList& original );
+
// Creates a copy of an existing file access property list
- // using the property list id
- FileAccPropList (const hid_t plist_id) : PropList( plist_id ) {}
+ // using the property list id.
+ FileAccPropList (const hid_t plist_id);
// Default destructor
virtual ~FileAccPropList();