Report a bug
		
				If you spot a problem with this page, click here to create a Bugzilla issue.
		
			Improve this page
		
			Quickly fork, edit online, and submit a pull request for this page.
			Requires a signed-in GitHub account. This works well for small changes.
			If you'd like to make larger changes you may want to consider using
			a local clone.
		
	dmd.typinf
Generate TypeInfo objects, which are needed for run-time introspection of types.
Authors: 
License: 
Source typinf.d
Documentation https://dlang.org/phobos/dmd_typinf.html
- boolgenTypeInfo(Expressione, Locloc, Typetorig, Scope*sc);
- Generates the TypeInfo object associated withtorigif it hasn't already been generatedParameters:Expression eif not null, then expression for pretty-printing errors Loc locthe location for reporting line numbers in errors Type torigthe type to generate the TypeInfo object for Scope* scthe scope Returns:true if TypeInfo was generated and needs compiling to object file
- TypegetTypeInfoType(Locloc, Typet, Scope*sc);
- Gets the type of the TypeInfo object associated withtParameters:Loc locthe location for reporting line nunbers in errors Type tthe type to get the type of the TypeInfo object for Scope* scthe scope Returns:The type of the TypeInfo object associated witht
- TypeInfoDeclarationgetTypeInfoAssocArrayDeclaration(TypeAArrayt, Scope*sc);
- Instantiate TypeInfoAssociativeArrayDeclaration and fill the entry with TypeInfo_AssociativeArray.Entry!(t.index, t.next)Parameters:TypeAArray tTypeAArray to generate TypeInfo_AssociativeArray for Scope* sccontext Returns:a TypeInfoAssociativeArrayDeclaration with field entry initialized
- TypemakeNakedAssociativeArray(TypeAArrayt);
- Find or create a TypeAArray with index and next without any head modifiers, tail inout is replaced with constParameters:TypeAArray tTypeAArray to convert Returns:t = found type
- boolisSpeculativeType(Typet);
- Returns:true if any part of type t is speculative. if t is null, returns false.
Copyright © 1999-2025 by the D Language Foundation | Page generated by
Ddoc on Mon Mar 31 10:28:05 2025