10 #ifndef GO_PXL_SDK_GOGDPDATASET_H
11 #define GO_PXL_SDK_GOGDPDATASET_H
36 void Add(std::shared_ptr<GoGdpMsg> pGoGdpMsg);
46 const GoGdpMsg& GdpMsgAt(
size_t index)
const;
55 const size_t Count()
const;
58 std::vector<std::shared_ptr<GoGdpMsg>> content;
Definition: GoDataSet.h:18
#define GoPxLSdkClass
Definition: Def.h:35
Declares the GoPxLSdk.GoGdpMsg class.
Definition: GoGdpMsg.h:38