CCF
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
kv_access_permissions.h File Reference
#include "ccf/js/core/context.h"

Go to the source code of this file.

Namespaces

namespace  ccf
 
namespace  ccf::js
 

Enumerations

enum class  ccf::js::KVAccessPermissions { ccf::js::ILLEGAL = 0 , ccf::js::READ_ONLY = 1 << 0 , ccf::js::WRITE_ONLY = 1 << 1 , ccf::js::READ_WRITE = READ_ONLY | WRITE_ONLY }
 

Functions

KVAccessPermissions ccf::js::intersect_access_permissions (KVAccessPermissions l, KVAccessPermissions r)