Constructor

sealed class Constructor : Signature

Types

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

Functions

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

Properties

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard