Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CacheEntry

A cache entry from a CMake cache.

Hierarchy

Implemented by

Index

Properties

Methods

Properties

advanced

advanced: boolean

Whether this entry is ADVANCED, meaning it hidden from the user.

helpString

helpString: string

key

key: string

The name of the cache entry

type

value

value: any

The entry's value. Type depends on type.

Methods

as

  • as<T>(): T
  • Return the value as a T instance. Does no actual conversion. It's up to you to check the value of CacheEntryProperties.type.

    Type parameters

    • T

    Returns T

Generated using TypeDoc