MCPcopy Create free account
hub / github.com/DCMTK/dcmtk / error

Method error

dcmdata/include/dcobject.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 virtual DcmEVR ident(void) const = 0;
74 virtual void print(const int level = 0) = 0;
75 inline E_Condition error(void) const { return errorFlag; }
76
77 inline E_TransferState transferState(void) const { return fTransferState; }
78 virtual void transferInit(void);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected