#pragma once #include class CMcString { public: CMcString(); ~CMcString(); public: int m_nAddrStart; int m_nAddrEnd; std::string m_strValue; };