#ifndef _CoreBoostPy_Value_h_ #define _CoreBoostPy_Value_h_ #include "Common.h" NAMESPACE_UPP void export_Value(); void export_ValueArray(); void export_ValueMap(); END_UPP_NAMESPACE #endif