aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/serialization/slime_output_to_vector.cpp
blob: 530d88d3e0f1cea011c0b0063c86ec771dab40af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "slime_output_to_vector.h"

namespace document {

SlimeOutputToVector::SlimeOutputToVector()
    : _buf(),
      _size(0)
{ }

SlimeOutputToVector::~SlimeOutputToVector() { }

}