Primary

class Primary(    generator: Cpp17Generator,     decl: Declaration,     allArguments: Signature.Constructor.Primary.AllArguments) : Signature.Constructor

Constructors

Link copied to clipboard
fun Primary(    generator: Cpp17Generator,     decl: Declaration,     allArguments: Signature.Constructor.Primary.AllArguments)

Types

Link copied to clipboard
class AllArguments(ownArguments: List<Member> = emptyList(), otherArguments: List<Member> = emptyList())

Functions

Link copied to clipboard
open override fun decl(): String
Link copied to clipboard
open override fun def(): String

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val params: String