Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CVectorWriter Member List
This is the complete list of members for CVectorWriter, including all inherited members.
CVectorWriter(int nTypeIn, int nVersionIn, std::vector< unsigned char > &vchDataIn, size_t nPosIn) | CVectorWriter | inline |
CVectorWriter(int nTypeIn, int nVersionIn, std::vector< unsigned char > &vchDataIn, size_t nPosIn, Args &&... args) | CVectorWriter | inline |
GetType() const | CVectorWriter | inline |
GetVersion() const | CVectorWriter | inline |
nPos | CVectorWriter | private |
nType | CVectorWriter | private |
nVersion | CVectorWriter | private |
operator<<(const T &obj) | CVectorWriter | inline |
seek(size_t nSize) | CVectorWriter | inline |
size() const | CVectorWriter | inline |
vchData | CVectorWriter | private |
write(const char *pch, size_t nSize) | CVectorWriter | inline |