chromium/out/Default/gen/printing/backend/mojom/print_backend.mojom.h

// printing/backend/mojom/print_backend.mojom.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef PRINTING_BACKEND_MOJOM_PRINT_BACKEND_MOJOM_H_
#define PRINTING_BACKEND_MOJOM_PRINT_BACKEND_MOJOM_H_

#include <stdint.h>

#include <limits>
#include <optional>
#include <type_traits>
#include <utility>

#include "base/types/cxx23_to_underlying.h"
#include "mojo/public/cpp/bindings/clone_traits.h"
#include "mojo/public/cpp/bindings/equals_traits.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/cpp/bindings/union_traits.h"

#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"

#include "printing/backend/mojom/print_backend.mojom-features.h"  // IWYU pragma: export
#include "printing/backend/mojom/print_backend.mojom-shared.h"  // IWYU pragma: export
#include "printing/backend/mojom/print_backend.mojom-forward.h"  // IWYU pragma: export
#include "printing/mojom/print.mojom-forward.h"
#include "ui/gfx/geometry/mojom/geometry.mojom.h"
#include <string>
#include <vector>




#include "printing/backend/mojom/print_backend_mojom_traits.h"




namespace printing::mojom {







class  MediaType {};

// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, MediaType::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

template <typename T, MediaType::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {}

template <typename T, MediaType::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {}

template <typename T, MediaType::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {}








class  PrinterBasicInfo {};

// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, PrinterBasicInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

template <typename T, PrinterBasicInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {}

template <typename T, PrinterBasicInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {}

template <typename T, PrinterBasicInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {}





class  Paper {};

// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, Paper::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

template <typename T, Paper::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {}

template <typename T, Paper::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {}

template <typename T, Paper::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {}






class  PrinterSemanticCapsAndDefaults {};

// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {}

template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {}

template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {}

template <typename StructPtrType>
PrinterBasicInfoPtr PrinterBasicInfo::Clone() const {}

template <typename T, PrinterBasicInfo::EnableIfSame<T>*>
bool PrinterBasicInfo::Equals(const T& other_struct) const {}

template <typename T, PrinterBasicInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
PaperPtr Paper::Clone() const {}

template <typename T, Paper::EnableIfSame<T>*>
bool Paper::Equals(const T& other_struct) const {}

template <typename T, Paper::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
MediaTypePtr MediaType::Clone() const {}

template <typename T, MediaType::EnableIfSame<T>*>
bool MediaType::Equals(const T& other_struct) const {}

template <typename T, MediaType::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
PrinterSemanticCapsAndDefaultsPtr PrinterSemanticCapsAndDefaults::Clone() const {}

template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>*>
bool PrinterSemanticCapsAndDefaults::Equals(const T& other_struct) const {}

template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}


}  // printing::mojom

namespace mojo {


template <>
struct  StructTraits<::printing::mojom::PrinterBasicInfo::DataView,
                                         ::printing::mojom::PrinterBasicInfoPtr> {};


template <>
struct  StructTraits<::printing::mojom::Paper::DataView,
                                         ::printing::mojom::PaperPtr> {};


template <>
struct  StructTraits<::printing::mojom::MediaType::DataView,
                                         ::printing::mojom::MediaTypePtr> {};


template <>
struct  StructTraits<::printing::mojom::PrinterSemanticCapsAndDefaults::DataView,
                                         ::printing::mojom::PrinterSemanticCapsAndDefaultsPtr> {};

}  // namespace mojo

#endif  // PRINTING_BACKEND_MOJOM_PRINT_BACKEND_MOJOM_H_