blob: 0cfcff33477d481a37a0e1186c4848d5b71f333d [file] [log] [blame]
Jeff Thompsonef2d5a42013-08-22 19:09:24 -07001// (C) Copyright Gennadiy Rozental 2005-2008.
2// Use, modification, and distribution are subject to the
3// Boost Software License, Version 1.0. (See accompanying file
4// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6// See http://www.boost.org/libs/test for the library home page.
7//
8// File : $RCSfile$
9//
10// Version : $Revision: 49312 $
11//
12// Description : defines variable modifiers
13// ***************************************************************************
14
Jeff Thompson3d613fd2013-10-15 15:39:04 -070015#ifndef NDNBOOST_RT_ENV_MODIFIER_HPP_062604GER
16#define NDNBOOST_RT_ENV_MODIFIER_HPP_062604GER
Jeff Thompsonef2d5a42013-08-22 19:09:24 -070017
18// Boost.Runtime.Parameter
19#include <ndnboost/test/utils/runtime/config.hpp>
20
21// Boost.Test
22#include <ndnboost/test/utils/named_params.hpp>
23
24namespace ndnboost {
25
Jeff Thompson3d613fd2013-10-15 15:39:04 -070026namespace NDNBOOST_RT_PARAM_NAMESPACE {
Jeff Thompsonef2d5a42013-08-22 19:09:24 -070027
28namespace environment {
29
30// ************************************************************************** //
31// ************** environment variable modifiers ************** //
32// ************************************************************************** //
33
34namespace {
35
36nfp::typed_keyword<cstring,struct global_id_t> global_id;
37nfp::keyword<struct default_value_t> default_value;
38nfp::keyword<struct interpreter_t> interpreter;
39
40} // local namespace
41} // namespace environment
42
Jeff Thompson3d613fd2013-10-15 15:39:04 -070043} // namespace NDNBOOST_RT_PARAM_NAMESPACE
Jeff Thompsonef2d5a42013-08-22 19:09:24 -070044
45} // namespace ndnboost
46
Jeff Thompson3d613fd2013-10-15 15:39:04 -070047#endif // NDNBOOST_RT_ENV_MODIFIER_HPP_062604GER