Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
ContainerInfo Struct Reference

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.
 

Detailed Description

Container metadata representation.

Definition at line 20 of file preprocessor_list.hpp.

Member Data Documentation

◆ disk_usage

std::string ContainerInfo::disk_usage

Human-readable disk usage.

Definition at line 23 of file preprocessor_list.hpp.

◆ extra

std::string ContainerInfo::extra

Additional info.

Definition at line 24 of file preprocessor_list.hpp.

◆ id

std::string ContainerInfo::id

Unique container ID.

Definition at line 22 of file preprocessor_list.hpp.

◆ name

std::string ContainerInfo::name

Container name.

Definition at line 21 of file preprocessor_list.hpp.


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