Medial Code Documentation
Loading...
Searching...
No Matches
Data Structures | Namespaces | Typedefs
io.h File Reference

Copyright 2014-2023, XGBoost Contributors. More...

#include <algorithm>
#include <cstddef>
#include <cstdio>
#include <cstring>
#include <limits>
#include <numeric>
#include <string>
#include <vector>
#include "rabit/internal/utils.h"
#include "rabit/serializable.h"

Go to the source code of this file.

Data Structures

struct  rabit::utils::MemoryFixSizeBuffer
 Fixed size memory buffer as a stream. More...
 
struct  rabit::utils::MemoryBufferStream
 a in memory buffer that can be read and write as stream interface More...
 

Namespaces

namespace  rabit
 namespace of rabit
 
namespace  rabit::utils
 namespace for helper utils of the project
 

Typedefs

using rabit::utils::SeekStream = dmlc::SeekStream
 re-use definition of dmlc::SeekStream
 

Detailed Description

Copyright 2014-2023, XGBoost Contributors.

utilities with different serializable implementations

Author
Tianqi Chen