Wrapper

libclang.types$.Wrapper
abstract class Wrapper[T, W <: Ptr[T]](using tg: Tag[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CXCursor.type
object CXSourceLocation.type
object CXString.type
object CXType.type

Members list

Concise view

Value members

Concrete methods

inline def allocate(inline n: CSSize)(using zone: Zone): W

Givens

Givens

given given_Tag_W: Tag[W]