class Bindgen::Call::VariadicArgument
  
  
    
  
    Overview
  
  An argument specifying a var-arg (...) argument.
Also see TypeHelper#variadic_argument.
  
    
  
    Defined in:
  
  
    
      
        bindgen/call.cr
      
    
    
  
  
    
  
  
  
    
      call : String
    call, 
    
  
    
      default_value : Parser::DefaultValueTypes | Nil
    default_value, 
    
  
    
      name : String
    name
    
  
    
  
  
  
    
      new(type, type_name, name : String, call : String, reference = false, pointer = 0, default_value : Bool | Float64 | Int64 | String | UInt64 | Nil = nil, nilable = false)
    new
    
  
    
  
    
  
  
  
    
      ==(other : self)
    ==, 
    
  
    
      hash(hasher)
    hash, 
    
  
    
      nilable? : Bool
    nilable?, 
    
  
    
      pointer : Int32
    pointer, 
    
  
    
      reference : Bool
    reference, 
    
  
    
      type : Parser::Type
    type, 
    
  
    
      type_name : String
    type_name
    
  
    
  
  
  
    
      new(type : Bindgen::Parser::Type, reference : Bool, pointer : Int32, type_name : String, nilable : Bool)
    new