|
|
#include <VisionX/libraries/armem_human/client/PersonInstanceReader.h>
Public Types | |
| enum class | Status : std::uint8_t { Success , NoData , Error } |
Public Member Functions | |
| operator bool () const noexcept | |
Public Attributes | |
| std::string | errorMessage = "" |
| std::vector< PersonInstance > | personInstances {} |
| Status | status |
Definition at line 54 of file PersonInstanceReader.h.
|
strong |
| Enumerator | |
|---|---|
| Success | |
| NoData | |
| Error | |
Definition at line 58 of file PersonInstanceReader.h.
|
inlinenoexcept |
Definition at line 69 of file PersonInstanceReader.h.
| std::string errorMessage = "" |
Definition at line 67 of file PersonInstanceReader.h.
| std::vector<PersonInstance> personInstances {} |
Definition at line 56 of file PersonInstanceReader.h.
Definition at line 65 of file PersonInstanceReader.h.