liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Crypted
liberty
security
types
*
struct
Crypted (
T
) {
alias
type
=
T
;
this
(T value, SecureLevel secure_level);
void
setValue
(T value);
T
getValue
();
}
Constructors
this
this
(T value, SecureLevel secure_level)
*
Members
Aliases
type
alias
type
=
T
*
Functions
getValue
T
getValue
()
*
setValue
void
setValue
(T value)
*
Meta
Source
See Implementation
liberty
security
types
structs
Crypted
*