summaryrefslogtreecommitdiffstats
path: root/c++/src/H5StrType.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-27 20:55:53 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-27 20:55:53 (GMT)
commitf5492ae03baf06d6ee68b27189e26998c4f3d35b (patch)
tree20ec104637b9743b335906a2fb9a661f7aa3477b /c++/src/H5StrType.h
parent2ce06c39120fe3d89c0faa1c948b5a0399e968e2 (diff)
downloadhdf5-f5492ae03baf06d6ee68b27189e26998c4f3d35b.zip
hdf5-f5492ae03baf06d6ee68b27189e26998c4f3d35b.tar.gz
hdf5-f5492ae03baf06d6ee68b27189e26998c4f3d35b.tar.bz2
[svn-r8593] Purpose:
Add more C++ wrapper and documentation - incrementally check-in Description Added another overloaded constructor to StrType. Added doxygen documentation to H5IdComponent.cpp. Corrected some comments. This is an incremental check-in to preserve the code, corresponding tests will follow in a few weeks. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) Misc. update:
Diffstat (limited to 'c++/src/H5StrType.h')
-rw-r--r--c++/src/H5StrType.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5StrType.h b/c++/src/H5StrType.h
index 8d6070c..6ee6025 100644
--- a/c++/src/H5StrType.h
+++ b/c++/src/H5StrType.h
@@ -29,6 +29,9 @@ class H5_DLLCPP StrType : public AtomType {
StrType( const PredType& pred_type );
// Creates a string type with specified length
+ StrType( const size_t& size );
+
+ // Creates a string type with specified length - will be obsolete
StrType( const PredType& pred_type, const size_t size );
// Creates a string datatype using an existing id