A wrapper around a C va
pointer.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
A wrapper around a C va
pointer.
SDK
Framework
var debug Description: String
A textual representation of the pointer, suitable for debugging.
func with Va List<R>([CVar Arg], (CVa List Pointer) -> R) -> R
Invokes the given closure with a C va
argument derived from the given array of arguments.
protocol CVar Arg
A type whose instances can be encoded, and appropriately passed, as elements of a C va
.
func get Va List([CVar Arg]) -> CVa List Pointer
Returns a CVa
that is backed by autoreleased storage, built from the given array of arguments.