From 1ca3ce471906f08d23f9163cdb8da884175ed331 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 11 Jun 2020 11:36:07 +0300 Subject: Add metadata --- odb/options.hxx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'odb/options.hxx') diff --git a/odb/options.hxx b/odb/options.hxx index 241c8a9..dce0fe0 100644 --- a/odb/options.hxx +++ b/odb/options.hxx @@ -448,6 +448,8 @@ namespace cli #include +#include + #include class options @@ -489,6 +491,21 @@ class options // Option accessors and modifiers. // + const std::uint64_t& + build2_metadata () const; + + std::uint64_t& + build2_metadata (); + + void + build2_metadata (const std::uint64_t&); + + bool + build2_metadata_specified () const; + + void + build2_metadata_specified (bool); + const bool& help () const; @@ -2075,6 +2092,8 @@ class options ::cli::unknown_mode argument); public: + std::uint64_t build2_metadata_; + bool build2_metadata_specified_; bool help_; bool version_; std::vector I_; -- cgit v1.1