-
Notifications
You must be signed in to change notification settings - Fork 0
koiiujika/1511t
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
### About Access control list ### Requirements The list of tools required to build the project: * `cmake` 3.5+ * `automake` * C++17-compatible compiler (e.g, `gcc` or `clang`) * CMake-supported "build" system (e.g., `make`) ### Compiling from Command Line ``` mkdir build && cd build cmake .. make ./MyApp ``` ### Method of use ACL has methods: Methods for management: * AddEntity - the method allows you to add an entity for storage * DelEntity - the method allows you to delete an entity for storage * SetAccessMode - the method allows you to set the entity access mode Methods for viewing: * GetAccessMode - the method allows you to get the entity access mode * getId - the method allows you to get the entity ID * ShowEntities - the method allows you to show all the contain entities
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published