|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
Container metadata representation. More...
#include <preprocessor_list.hpp>
Public Attributes | |
| std::string | name |
| Container name. | |
| std::string | id |
| Unique container ID. | |
| std::string | disk_usage |
| Human-readable disk usage. | |
| std::string | extra |
| Additional info. | |
Container metadata representation.
Definition at line 20 of file preprocessor_list.hpp.
| std::string ContainerInfo::disk_usage |
Human-readable disk usage.
Definition at line 23 of file preprocessor_list.hpp.
| std::string ContainerInfo::extra |
Additional info.
Definition at line 24 of file preprocessor_list.hpp.
| std::string ContainerInfo::id |
Unique container ID.
Definition at line 22 of file preprocessor_list.hpp.
| std::string ContainerInfo::name |
Container name.
Definition at line 21 of file preprocessor_list.hpp.