cxx_config_ini.hh (10458:64809024b924) cxx_config_ini.hh (11800:54436a1784dc)
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 33 unchanged lines hidden (view full) ---

42 *
43 * .ini file reading wrapper for use with CxxConfigManager
44 */
45
46#ifndef __SIM_CXX_CONFIG_INI_HH__
47#define __SIM_CXX_CONFIG_INI_HH__
48
49#include "base/inifile.hh"
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 33 unchanged lines hidden (view full) ---

42 *
43 * .ini file reading wrapper for use with CxxConfigManager
44 */
45
46#ifndef __SIM_CXX_CONFIG_INI_HH__
47#define __SIM_CXX_CONFIG_INI_HH__
48
49#include "base/inifile.hh"
50#include "base/str.hh"
51#include "sim/cxx_config.hh"
52
53/** CxxConfigManager interface for using .ini files */
54class CxxIniFile : public CxxConfigFileBase
55{
56 protected:
57 IniFile iniFile;
58

--- 29 unchanged lines hidden ---
50#include "sim/cxx_config.hh"
51
52/** CxxConfigManager interface for using .ini files */
53class CxxIniFile : public CxxConfigFileBase
54{
55 protected:
56 IniFile iniFile;
57

--- 29 unchanged lines hidden ---