Sha256: 7be6d7dd4a1edae2cdb11a80dedc70825480db32127ddc8a2de2a57e23f8bbc4

Contents?: true

Size: 531 Bytes

Versions: 16

Compression:

Stored size: 531 Bytes

Contents

#pragma once

#include <internal/nodes/abstract_config_node.hpp>
#include <hocon/path.hpp>
#include <internal/token.hpp>

namespace hocon {

    class config_node_path : public abstract_config_node {
    public:
        config_node_path(path node_path, token_list tokens);

        token_list get_tokens() const override;
        path get_path() const;

        config_node_path sub_path(int to_remove);
        config_node_path first();


    private:
        path _path;
        token_list _tokens;
    };

}  // namespace hocon

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
facter-3.12.2.cfacter.20181217 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.12.1.cfacter.20181031 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.11.6.cfacter.20181031 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.12.1.cfacter.20181023 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.11.5.cfacter.20181022 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.12.0.cfacter.20181004 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.12.0.cfacter.20181001 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.12.0.cfacter.20180918 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.11.4.cfacter.20180821 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.11.3.cfacter.20180716 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.11.2.cfacter.20180612 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.9.6.cfacter.20180612 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.11.2.cfacter.20180606 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.9.6.cfacter.20180606 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
facter-3.11.0.cfacter.20180319 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp
cfacter-3.11.0.rc.20180314 ext/facter/cpp-hocon/lib/inc/internal/nodes/config_node_path.hpp