aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/data/slime/convenience.h
blob: daed574ca77d743dca552ac1ec65278ae8695a40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include "cursor.h"
#include "inspector.h"
#include "type.h"
#include "inserter.h"
#include "inject.h"

namespace vespalib {

class Slime;
struct Memory;

namespace slime {

class Type;
class Symbol;

namespace convenience {

using ::vespalib::Slime;

using ::vespalib::slime::Symbol;
using ::vespalib::Memory;
using ::vespalib::slime::Cursor;
using ::vespalib::slime::Inspector;
using ::vespalib::slime::Type;

using ::vespalib::slime::Inserter;
using ::vespalib::slime::SlimeInserter;
using ::vespalib::slime::ArrayInserter;
using ::vespalib::slime::ObjectInserter;
using ::vespalib::slime::ObjectSymbolInserter;
using ::vespalib::slime::inject;

} // namespace vespalib::slime::convenience
} // namespace vespalib::slime
} // namespace vespalib