aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/config/documenttypes_config_fwd.h
blob: cd3e88d5e90fef6e234b4ba991e1b35aeb79bad2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

/**
 * Forward-declaration of the types
 * DocumenttypesConfig and DocumenttypesConfigBuilder
 * (globally visible).
 **/

namespace document::config::internal {
class InternalDocumenttypesType;
}

using DocumenttypesConfigBuilder = document::config::internal::InternalDocumenttypesType;
using DocumenttypesConfig = const document::config::internal::InternalDocumenttypesType;