This site has been archived and made available for preservation purposes. No edits can be made.

State

(Difference between revisions)
Return to current revision
  1.  
    [h="2"] Definition [/h]
    [highlight=cpp]
    enum State : bool
    {
    True = true,
  2. -
    False = false,
  3. +
    False = false
  4.  
    };
  5. +
    [/highlight]
    [highlight=c]
    typedef uint8_t State;
  6.  
    [/highlight]
    [category]VaultMP interface[/category]
    [category]Types[/category]