Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSBaseObject
      • countOfTempData
  1. GlyphsCore
  2. GSBaseObject

Instance Method

countOfTempData()countOfTempDatacountOfTempData

The number of temporary values.

Declaration

func countOfTempData() -> Int

Declaration

- (NSInteger) countOfTempData;

Declaration

countOfTempData() -> int

See Also

Temporary Data

  • tempData

    Values associated with the object for transient use.

  • tempData(forKey:)tempDataForKey:tempDataForKey_

    The temporary value for a key, or nil if no value is set.

  • setTempData(_:forKey:)setTempData:forKey:setTempData_forKey_

    Sets or removes a temporary value.