BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
fc::datastream< size_t > Class Reference

#include <datastream.hpp>

Public Member Functions

 datastream (size_t init_size=0)
 
bool skip (size_t s)
 
bool write (const char *, size_t s)
 
bool put (char)
 
bool valid () const
 
bool seekp (size_t p)
 
size_t tellp () const
 
size_t remaining () const
 

Detailed Description

Definition at line 77 of file datastream.hpp.

Constructor & Destructor Documentation

◆ datastream()

fc::datastream< size_t >::datastream ( size_t  init_size = 0)
inline

Definition at line 79 of file datastream.hpp.

Member Function Documentation

◆ put()

bool fc::datastream< size_t >::put ( char  )
inline

Definition at line 82 of file datastream.hpp.

◆ remaining()

size_t fc::datastream< size_t >::remaining ( ) const
inline

Definition at line 86 of file datastream.hpp.

◆ seekp()

bool fc::datastream< size_t >::seekp ( size_t  p)
inline

Definition at line 84 of file datastream.hpp.

◆ skip()

bool fc::datastream< size_t >::skip ( size_t  s)
inline

Definition at line 80 of file datastream.hpp.

◆ tellp()

size_t fc::datastream< size_t >::tellp ( ) const
inline

Definition at line 85 of file datastream.hpp.

◆ valid()

bool fc::datastream< size_t >::valid ( ) const
inline

Definition at line 83 of file datastream.hpp.

◆ write()

bool fc::datastream< size_t >::write ( const char *  ,
size_t  s 
)
inline

Definition at line 81 of file datastream.hpp.


The documentation for this class was generated from the following file: