Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
bd60eab6
Commit
bd60eab6
authored
11 months ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Fix documentation of FileSchema public function interface
parent
990dc0cf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/file_io.h
+3
-2
3 additions, 2 deletions
src/include/file_io.h
with
3 additions
and
2 deletions
src/include/file_io.h
+
3
−
2
View file @
bd60eab6
...
...
@@ -43,12 +43,13 @@ class FileSchema {
*/
int
get_record_number
()
{
return
num_records
;
}
/*! \brief Get a copy of the record
typ
es.
/*! \brief Get a copy of the record
nam
es.
*
* \return rec_types: `string *` A new vector of strings with description of records.
*/
std
::
string
*
get_record_names
();
/*! \brief Get a copy of the record names.
/*! \brief Get a copy of the record types.
*
* \return rec_names: `string *` A new vector of strings with record names.
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment