llvm/lldb/source/API/SBFormat.cpp

//===-- SBFormat.cpp ------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "lldb/API/SBFormat.h"
#include "Utils.h"
#include "lldb/Core/FormatEntity.h"
#include "lldb/lldb-types.h"
#include <lldb/API/SBError.h>
#include <lldb/Utility/Status.h>

usingnamespacelldb;
usingnamespacelldb_private;

SBFormat::SBFormat() :{}

SBFormat::SBFormat(const SBFormat &rhs) {}

SBFormat::~SBFormat() = default;

SBFormat &SBFormat::operator=(const SBFormat &rhs) {}

operator bool()

SBFormat::SBFormat(const char *format, lldb::SBError &error) {}

lldb::FormatEntrySP SBFormat::GetFormatEntrySP() const {}