aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/config/documenttypes_config_fwd.h
blob: a1f7cfcb30899540a104c7cd76b08adab8e11d00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright Yahoo. 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;