.. index:: pair: class; EE::AllocatedPointer .. _doxid-class_e_e_1_1_allocated_pointer: class EE::AllocatedPointer ========================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class AllocatedPointer { public: // fields std::string :target:`mFile`; int :target:`mLine`; size_t :target:`mMemory`; void* :target:`mData`; bool :target:`mTrack`; // construction :target:`AllocatedPointer`(void* data, const std::string& File, int Line, size_t memory, bool track = false); };