Elektra  0.9.7
Public Attributes | List of all members
org.libelektra.Key.CreateArgumentTag Enum Reference

Argument tags for use with create(String, Object...). More...

Public Attributes

 KEY_END =(0)
 Used as a parameter terminator.
 
 KEY_NAME =(1)
 Flag for the key name.
 
 KEY_VALUE =(1 << 1)
 Flag for the key data.
 
 KEY_COMMENT =(1 << 3)
 Flag for the key comment.
 
 KEY_BINARY =(1 << 4)
 Flag if the key is binary.
 
 KEY_SIZE =(1 << 11)
 Flag for maximum size to limit value.
 
 KEY_META =(1 << 15)
 Flag for metadata.
 

Detailed Description

Argument tags for use with create(String, Object...).


The documentation for this enum was generated from the following file: