event.h ======= **File Path**: ``modules/structs/include/structs/event.h`` **File Type**: H (Header) **Lines**: 19 Dependencies ------------ **Includes**: - ``iostream`` - ``string`` Structs ------- ``event_t`` ~~~~~~~~~~~ **Members**: - ``std::string name = ""`` - ``long index = -1`` - ``std::string hash = ""`` - ``std::string tree = ""``