1 #ifndef INDEXABLEDATA_HPP_INCLUDED
2 #define INDEXABLEDATA_HPP_INCLUDED
4 #include "../JavaClass/Object.hpp"
5 #include "../JavaClass/Class.hpp"
IndexableData(const IndexableData &Obj)=default
IndexableData & operator=(IndexableData &&Obj)=default
Object GetChildren(std::int32_t I, std::int32_t II) const
IndexableData & operator=(const IndexableData &Obj)=default
IndexableData(IndexableData &&Obj)=default
std::vector< std::vector< Object > > GetChildren() const
IndexableData(const void *Obj)
std::vector< Object > GetChildren(std::int32_t I) const