BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Public Member Functions | List of all members
fc::hash160::encoder Class Reference

#include <hash160.hpp>

Classes

struct  impl
 

Public Member Functions

 encoder ()
 
 ~encoder ()
 
void write (const char *d, uint32_t dlen)
 
void put (char c)
 
void reset ()
 
hash160 result ()
 

Detailed Description

Definition at line 55 of file hash160.hpp.

Constructor & Destructor Documentation

◆ encoder()

fc::hash160::encoder::encoder ( )

Definition at line 59 of file hash160.cpp.

◆ ~encoder()

fc::hash160::encoder::~encoder ( )

Definition at line 58 of file hash160.cpp.

Member Function Documentation

◆ put()

void fc::hash160::encoder::put ( char  c)
inline

Definition at line 62 of file hash160.hpp.

◆ reset()

void fc::hash160::encoder::reset ( )

Definition at line 89 of file hash160.cpp.

◆ result()

hash160 fc::hash160::encoder::result ( )

Definition at line 76 of file hash160.cpp.

◆ write()

void fc::hash160::encoder::write ( const char *  d,
uint32_t  dlen 
)

Definition at line 71 of file hash160.cpp.


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