Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
src
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
H5hut
src
Commits
1ed4f398
Commit
1ed4f398
authored
Mar 30, 2016
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/include/H5Block_attribs.h: documentation updated
parent
2c850612
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
src/include/H5Block_attribs.h
src/include/H5Block_attribs.h
+18
-14
No files found.
src/include/H5Block_attribs.h
View file @
1ed4f398
...
...
@@ -41,15 +41,17 @@ extern "C" {
! |_| |___/
*/
/**
Query the number of attributes
of field \c field_name
.
Query the number of attributes
attached to a given field
.
\return number of attributes
\return \c H5_FAILURE on error
\see H5BlockGetFieldAttribInfo()
*/
static
inline
h5_ssize_t
H5BlockGetNumFieldAttribs
(
const
h5_file_t
f
,
///< [in] file handle
.
const
char
*
field_name
///< [in] field name
.
const
h5_file_t
f
,
///< [in] file handle
const
char
*
field_name
///< [in] field name
)
{
H5_API_ENTER
(
h5_ssize_t
,
"f=%p, field_name='%s'"
,
...
...
@@ -58,16 +60,18 @@ H5BlockGetNumFieldAttribs (
}
/**
Get the name, type and number of elements of
the
field attribute
specified
by its index.
Get the name, type and number of elements of
a
field attribute
given
by its index.
This function can be used to retrieve all attributes
boun
d to the
specified field by looping from \c 0 to the number of attribute
minus one. The number of attributes attached to the
field can be queried by calling \ref H5BlockGetNumFieldAttribs
.
This function can be used to retrieve all attributes
attache
d to the
specified field by looping from \c 0 to the number of attribute
s
minus one. The number of attributes attached to the
field can be
queried by calling \ref H5BlockGetNumFieldAttribs()
.
\return \c H5_SUCCESS on success
\return \c H5_FAILURE on error
\see H5BlockGetNumFieldAttribs()
*/
static
inline
h5_err_t
H5BlockGetFieldAttribInfo
(
...
...
@@ -129,7 +133,7 @@ H5BlockHasFieldAttrib (
}
/**
Get the type and number of elements of
the
field attribute
Get the type and number of elements of
a
field attribute
given by its name.
\return \c H5_SUCCESS on success
...
...
@@ -180,10 +184,10 @@ H5BlockGetFieldAttribInfoByName (
*/
static
inline
h5_err_t
H5BlockWriteFieldAttribString
(
const
h5_file_t
f
,
///< [in] file handle
.
const
char
*
field_name
,
///< [in] field name
.
const
char
*
attrib_name
,
///< [in] attribute name
.
const
char
*
buffer
///< [in] attribute value
.
const
h5_file_t
f
,
///< [in] file handle
const
char
*
field_name
,
///< [in] field name
const
char
*
attrib_name
,
///< [in] attribute name
const
char
*
buffer
///< [in] attribute value
)
{
H5_API_ENTER
(
h5_err_t
,
"f=%p, "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment