Class TorchBoolean

java.lang.Object
deepboof.io.torch7.struct.TorchObject
deepboof.io.torch7.struct.TorchBoolean

public class TorchBoolean
extends TorchObject
  • Field Summary

    Fields 
    Modifier and Type Field Description
    boolean value  
  • Constructor Summary

    Constructors 
    Constructor Description
    TorchBoolean()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • value

      public boolean value
  • Constructor Details

  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object