class Property
    Defined at line 308 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
    
      
         A property containing a string value. All methods wrap the corresponding functionality on |State|.
       
     
    Functions
    
      Property<T>
      public void Property<T>()
      Defined at line 312 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
      
        
           Construct a default property. Operations on this property are no-ops.
         
       
      Property<T>
      public void Property<T>(const Property<T> & other)
      Defined at line 316 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
      
        
           Allow moving, disallow copying.
         
       
      Property<T>
      public void Property<T>(Property<T> && other)
      Defined at line 317 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
      operator=
      public Property<T> & operator=(const Property<T> & other)
      Defined at line 318 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
      operator bool
      public bool operator bool()
      Defined at line 322 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/vmo/types.h
      
        
           Return true if this property is stored in a buffer. False otherwise.
         
       
      ~Property<T>
      public void ~Property<T>()
      operator=
      public Property<T> & operator=(Property<T> && other)
      Set
      public void Set(const T & value)
      
        
           Set the value of this property.