Class Type

java.lang.Object
org.bytedeco.javacpp.tools.Type

class Type extends Object
  • Field Details

    • indirections

      int indirections
    • anonymous

      boolean anonymous
    • constExpr

      boolean constExpr
    • constPointer

      boolean constPointer
    • constValue

      boolean constValue
    • constructor

      boolean constructor
    • destructor

      boolean destructor
    • operator

      boolean operator
    • simple

      boolean simple
    • staticMember

      boolean staticMember
    • using

      boolean using
    • reference

      boolean reference
    • rvalue

      boolean rvalue
    • value

      boolean value
    • friend

      boolean friend
    • typedef

      boolean typedef
    • virtual

      boolean virtual
    • annotations

      String annotations
    • cppName

      String cppName
    • javaName

      String javaName
    • javaNames

      String[] javaNames
    • arguments

      Type[] arguments
    • attributes

      Attribute[] attributes
  • Constructor Details

    • Type

      Type()
    • Type

      Type(String name)
  • Method Details