aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/serialization/slime_output_to_vector.cpp
blob: 3370dd1324b5b39a403d38569daf6294d93e805a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Yahoo. 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() { }

}