Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CERN ROOT
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rutherford Experiment Lab Course Online
CERN ROOT
Commits
b1fc6815
Commit
b1fc6815
authored
4 years ago
by
Philippe Canal
Browse files
Options
Downloads
Patches
Plain Diff
Inline TBufferMerger::GetBuffered
parent
dd5feb00
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
io/io/inc/ROOT/TBufferMerger.hxx
+4
-1
4 additions, 1 deletion
io/io/inc/ROOT/TBufferMerger.hxx
io/io/src/TBufferMerger.cxx
+0
-5
0 additions, 5 deletions
io/io/src/TBufferMerger.cxx
with
4 additions
and
6 deletions
io/io/inc/ROOT/TBufferMerger.hxx
+
4
−
1
View file @
b1fc6815
...
@@ -71,7 +71,10 @@ public:
...
@@ -71,7 +71,10 @@ public:
size_t
GetQueueSize
()
const
;
size_t
GetQueueSize
()
const
;
/** Returns the number of bytes currently buffered (i.e. in the queue). */
/** Returns the number of bytes currently buffered (i.e. in the queue). */
size_t
GetBuffered
()
const
;
size_t
GetBuffered
()
const
{
return
fBuffered
;
}
/** Returns the current value of the auto save setting in bytes (default = 0). */
/** Returns the current value of the auto save setting in bytes (default = 0). */
size_t
GetAutoSave
()
const
;
size_t
GetAutoSave
()
const
;
...
...
This diff is collapsed.
Click to expand it.
io/io/src/TBufferMerger.cxx
+
0
−
5
View file @
b1fc6815
...
@@ -70,11 +70,6 @@ size_t TBufferMerger::GetQueueSize() const
...
@@ -70,11 +70,6 @@ size_t TBufferMerger::GetQueueSize() const
return
fQueue
.
size
();
return
fQueue
.
size
();
}
}
size_t
TBufferMerger
::
GetBuffered
()
const
{
return
fBuffered
;
}
void
TBufferMerger
::
Push
(
TBufferFile
*
buffer
)
void
TBufferMerger
::
Push
(
TBufferFile
*
buffer
)
{
{
{
{
...
...
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