Skip to content

Class nptool::VDataInput

ClassList > nptool > VDataInput

Public Functions

Type Name
virtual void Attach (std::string, std::string, void *) = 0
virtual long long GetCurrentEntryNumber ()
virtual long long GetEntries ()
virtual long long GetFileSize ()
virtual bool GetNextEntry () = 0
virtual long long GetReadSize ()
virtual bool HasConfigFile () = 0
virtual void Init (std::vector< std::string >) = 0
VDataInput ()
virtual ~VDataInput () = default

Public Functions Documentation

function Attach

virtual void nptool::VDataInput::Attach (
    std::string,
    std::string,
    void *
) = 0

function GetCurrentEntryNumber

inline virtual long long nptool::VDataInput::GetCurrentEntryNumber () 

function GetEntries

inline virtual long long nptool::VDataInput::GetEntries () 

function GetFileSize

inline virtual long long nptool::VDataInput::GetFileSize () 

function GetNextEntry

virtual bool nptool::VDataInput::GetNextEntry () = 0

function GetReadSize

inline virtual long long nptool::VDataInput::GetReadSize () 

function HasConfigFile

virtual bool nptool::VDataInput::HasConfigFile () = 0

function Init

virtual void nptool::VDataInput::Init (
    std::vector< std::string >
) = 0

function VDataInput

nptool::VDataInput::VDataInput () 

function ~VDataInput

virtual nptool::VDataInput::~VDataInput () = default


The documentation for this class was generated from the following file src/core/NPVDataInput.h