示例#1
0
// Free the memory associated with a CXPlatformAvailability structure.
func (pa PlatformAvailability) Dispose() {
	C.clang_disposeCXPlatformAvailability(pa.c)
}
示例#2
0
/**
 * \brief Free the memory associated with a \c CXPlatformAvailability structure.
 */
func (p *PlatformAvailability) Dispose() {
	C.clang_disposeCXPlatformAvailability(&p.c)
}