Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::VariableUpdatesProto Class Referencefinal

Detailed Description

Definition at line 140 of file model_update.pb.h.

#include <model_update.pb.h>

Inheritance diagram for operations_research::math_opt::VariableUpdatesProto:

Classes

class  _Internal

Public Types

enum  : int { kLowerBoundsFieldNumber = 1 , kUpperBoundsFieldNumber = 2 , kIntegersFieldNumber = 3 }
 nested types -------------------------------------------------— More...

Public Member Functions

 VariableUpdatesProto ()
 ~VariableUpdatesProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR VariableUpdatesProto (::google::protobuf::internal::ConstantInitialized)
 VariableUpdatesProto (const VariableUpdatesProto &from)
 VariableUpdatesProto (VariableUpdatesProto &&from) noexcept
VariableUpdatesProtooperator= (const VariableUpdatesProto &from)
VariableUpdatesProtooperator= (VariableUpdatesProto &&from) noexcept
const ::google::protobuf::UnknownFieldSet & unknown_fields () const ABSL_ATTRIBUTE_LIFETIME_BOUND
inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL mutable_unknown_fields () ABSL_ATTRIBUTE_LIFETIME_BOUND
void Swap (VariableUpdatesProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (VariableUpdatesProto *PROTOBUF_NONNULL other)
VariableUpdatesProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const VariableUpdatesProto &from)
void MergeFrom (const VariableUpdatesProto &from)
bool IsInitialized () const
ABSL_ATTRIBUTE_REINITIALIZES void Clear () PROTOBUF_FINAL
::size_t ByteSizeLong () const final
::uint8_t *PROTOBUF_NONNULL _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
bool has_lower_bounds () const
 .operations_research.math_opt.SparseDoubleVectorProto lower_bounds = 1;
void clear_lower_bounds ()
const ::operations_research::math_opt::SparseDoubleVectorProtolower_bounds () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_lower_bounds ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_lower_bounds ()
void set_allocated_lower_bounds (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_lower_bounds (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_lower_bounds ()
bool has_upper_bounds () const
 .operations_research.math_opt.SparseDoubleVectorProto upper_bounds = 2;
void clear_upper_bounds ()
const ::operations_research::math_opt::SparseDoubleVectorProtoupper_bounds () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_upper_bounds ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_upper_bounds ()
void set_allocated_upper_bounds (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_upper_bounds (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_upper_bounds ()
bool has_integers () const
 .operations_research.math_opt.SparseBoolVectorProto integers = 3;
void clear_integers ()
const ::operations_research::math_opt::SparseBoolVectorProtointegers () const
::operations_research::math_opt::SparseBoolVectorProto *PROTOBUF_NULLABLE release_integers ()
::operations_research::math_opt::SparseBoolVectorProto *PROTOBUF_NONNULL mutable_integers ()
void set_allocated_integers (::operations_research::math_opt::SparseBoolVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_integers (::operations_research::math_opt::SparseBoolVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseBoolVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_integers ()
template<typename>
PROTOBUF_CONSTEXPR VariableUpdatesProto (::_pbi::ConstantInitialized)

Static Public Member Functions

static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL descriptor ()
static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL GetDescriptor ()
static const ::google::protobuf::Reflection *PROTOBUF_NONNULL GetReflection ()
static const VariableUpdatesProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

Protected Member Functions

 VariableUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 VariableUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const VariableUpdatesProto &from)
 VariableUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, VariableUpdatesProto &&from) noexcept
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL GetClassData () const PROTOBUF_FINAL

Static Protected Member Functions

static void *PROTOBUF_NONNULL PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
static constexpr auto InternalNewImpl_ ()

Friends

class ::google::protobuf::internal::TcParser
class ::google::protobuf::MessageLite
class ::google::protobuf::Arena
template<typename T>
class ::google::protobuf::Arena::InternalHelper
struct ::TableStruct_ortools_2fmath_5fopt_2fmodel_5fupdate_2eproto
void swap (VariableUpdatesProto &a, VariableUpdatesProto &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

nested types -------------------------------------------------—

accessors ----------------------------------------------------—

Enumerator
kLowerBoundsFieldNumber 
kUpperBoundsFieldNumber 
kIntegersFieldNumber 

Definition at line 282 of file model_update.pb.h.

Constructor & Destructor Documentation

◆ VariableUpdatesProto() [1/8]

operations_research::math_opt::VariableUpdatesProto::VariableUpdatesProto ( )
inline

Definition at line 143 of file model_update.pb.h.

◆ ~VariableUpdatesProto()

operations_research::math_opt::VariableUpdatesProto::~VariableUpdatesProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.VariableUpdatesProto)

Definition at line 763 of file model_update.pb.cc.

◆ VariableUpdatesProto() [2/8]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::math_opt::VariableUpdatesProto::VariableUpdatesProto ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ VariableUpdatesProto() [3/8]

operations_research::math_opt::VariableUpdatesProto::VariableUpdatesProto ( const VariableUpdatesProto & from)
inline

Definition at line 156 of file model_update.pb.h.

◆ VariableUpdatesProto() [4/8]

operations_research::math_opt::VariableUpdatesProto::VariableUpdatesProto ( VariableUpdatesProto && from)
inlinenoexcept

Definition at line 157 of file model_update.pb.h.

◆ VariableUpdatesProto() [5/8]

operations_research::math_opt::VariableUpdatesProto::VariableUpdatesProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.math_opt.VariableUpdatesProto)

Definition at line 707 of file model_update.pb.cc.

◆ VariableUpdatesProto() [6/8]

operations_research::math_opt::VariableUpdatesProto::VariableUpdatesProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const VariableUpdatesProto & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.math_opt.VariableUpdatesProto)

Definition at line 723 of file model_update.pb.cc.

◆ VariableUpdatesProto() [7/8]

operations_research::math_opt::VariableUpdatesProto::VariableUpdatesProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
VariableUpdatesProto && from )
inlineprotectednoexcept

Definition at line 264 of file model_update.pb.h.

◆ VariableUpdatesProto() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::math_opt::VariableUpdatesProto::VariableUpdatesProto ( ::_pbi::ConstantInitialized )

Definition at line 38 of file model_update.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::VariableUpdatesProto::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.VariableUpdatesProto)

.operations_research.math_opt.SparseDoubleVectorProto lower_bounds = 1;

.operations_research.math_opt.SparseDoubleVectorProto upper_bounds = 2;

.operations_research.math_opt.SparseBoolVectorProto integers = 3;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.VariableUpdatesProto)

Definition at line 902 of file model_update.pb.cc.

◆ ByteSizeLong()

size_t operations_research::math_opt::VariableUpdatesProto::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.VariableUpdatesProto)

Prevent compiler warnings about cached_has_bits being unused

.operations_research.math_opt.SparseDoubleVectorProto lower_bounds = 1;

.operations_research.math_opt.SparseDoubleVectorProto upper_bounds = 2;

.operations_research.math_opt.SparseBoolVectorProto integers = 3;

Definition at line 946 of file model_update.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::math_opt::VariableUpdatesProto::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.math_opt.VariableUpdatesProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 870 of file model_update.pb.cc.

◆ clear_integers()

void operations_research::math_opt::VariableUpdatesProto::clear_integers ( )

Definition at line 702 of file model_update.pb.cc.

◆ clear_lower_bounds()

void operations_research::math_opt::VariableUpdatesProto::clear_lower_bounds ( )

Definition at line 692 of file model_update.pb.cc.

◆ clear_upper_bounds()

void operations_research::math_opt::VariableUpdatesProto::clear_upper_bounds ( )

Definition at line 697 of file model_update.pb.cc.

◆ CopyFrom()

void operations_research::math_opt::VariableUpdatesProto::CopyFrom ( const VariableUpdatesProto & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.VariableUpdatesProto)

Definition at line 1019 of file model_update.pb.cc.

◆ default_instance()

const VariableUpdatesProto & operations_research::math_opt::VariableUpdatesProto::default_instance ( )
inlinestatic

Definition at line 191 of file model_update.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::math_opt::VariableUpdatesProto::descriptor ( )
inlinestatic

Definition at line 182 of file model_update.pb.h.

◆ GetCachedSize()

int operations_research::math_opt::VariableUpdatesProto::GetCachedSize ( ) const
inline

Definition at line 250 of file model_update.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::math_opt::VariableUpdatesProto::GetClassData ( ) const
protected

Definition at line 814 of file model_update.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::math_opt::VariableUpdatesProto::GetDescriptor ( )
inlinestatic

Definition at line 185 of file model_update.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::math_opt::VariableUpdatesProto::GetMetadata ( ) const

Definition at line 1039 of file model_update.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::math_opt::VariableUpdatesProto::GetReflection ( )
inlinestatic

Definition at line 188 of file model_update.pb.h.

◆ has_integers()

bool operations_research::math_opt::VariableUpdatesProto::has_integers ( ) const
inline

◆ has_lower_bounds()

bool operations_research::math_opt::VariableUpdatesProto::has_lower_bounds ( ) const
inline

◆ has_upper_bounds()

bool operations_research::math_opt::VariableUpdatesProto::has_upper_bounds ( ) const
inline

.operations_research.math_opt.SparseDoubleVectorProto upper_bounds = 2;

Definition at line 2735 of file model_update.pb.h.

◆ integers()

const::operations_research::math_opt::SparseBoolVectorProto & operations_research::math_opt::VariableUpdatesProto::integers ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.VariableUpdatesProto.integers)

Definition at line 2838 of file model_update.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::math_opt::VariableUpdatesProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 786 of file model_update.pb.cc.

◆ InternalNewImpl_()

auto operations_research::math_opt::VariableUpdatesProto::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 782 of file model_update.pb.cc.

◆ IsInitialized()

bool operations_research::math_opt::VariableUpdatesProto::IsInitialized ( ) const
inline

Definition at line 226 of file model_update.pb.h.

◆ lower_bounds()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::VariableUpdatesProto::lower_bounds ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.VariableUpdatesProto.lower_bounds)

Definition at line 2652 of file model_update.pb.h.

◆ MergeFrom()

void operations_research::math_opt::VariableUpdatesProto::MergeFrom ( const VariableUpdatesProto & from)
inline

Definition at line 219 of file model_update.pb.h.

◆ mutable_integers()

operations_research::math_opt::SparseBoolVectorProto *PROTOBUF_NONNULL operations_research::math_opt::VariableUpdatesProto::mutable_integers ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.VariableUpdatesProto.integers)

Definition at line 2892 of file model_update.pb.h.

◆ mutable_lower_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::VariableUpdatesProto::mutable_lower_bounds ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.VariableUpdatesProto.lower_bounds)

Definition at line 2706 of file model_update.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::math_opt::VariableUpdatesProto::mutable_unknown_fields ( )
inline

Definition at line 177 of file model_update.pb.h.

◆ mutable_upper_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::VariableUpdatesProto::mutable_upper_bounds ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.VariableUpdatesProto.upper_bounds)

Definition at line 2799 of file model_update.pb.h.

◆ New()

VariableUpdatesProto *PROTOBUF_NONNULL operations_research::math_opt::VariableUpdatesProto::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

implements Message -------------------------------------------—

Definition at line 213 of file model_update.pb.h.

◆ operator=() [1/2]

VariableUpdatesProto & operations_research::math_opt::VariableUpdatesProto::operator= ( const VariableUpdatesProto & from)
inline

Definition at line 159 of file model_update.pb.h.

◆ operator=() [2/2]

VariableUpdatesProto & operations_research::math_opt::VariableUpdatesProto::operator= ( VariableUpdatesProto && from)
inlinenoexcept

Definition at line 163 of file model_update.pb.h.

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::math_opt::VariableUpdatesProto::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

Definition at line 777 of file model_update.pb.cc.

◆ release_integers()

operations_research::math_opt::SparseBoolVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::VariableUpdatesProto::release_integers ( )
inlinenodiscard

Definition at line 2856 of file model_update.pb.h.

◆ release_lower_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::VariableUpdatesProto::release_lower_bounds ( )
inlinenodiscard

Definition at line 2670 of file model_update.pb.h.

◆ release_upper_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::VariableUpdatesProto::release_upper_bounds ( )
inlinenodiscard

Definition at line 2763 of file model_update.pb.h.

◆ set_allocated_integers()

void operations_research::math_opt::VariableUpdatesProto::set_allocated_integers ( ::operations_research::math_opt::SparseBoolVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.VariableUpdatesProto.integers)

Definition at line 2899 of file model_update.pb.h.

◆ set_allocated_lower_bounds()

void operations_research::math_opt::VariableUpdatesProto::set_allocated_lower_bounds ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.VariableUpdatesProto.lower_bounds)

Definition at line 2713 of file model_update.pb.h.

◆ set_allocated_upper_bounds()

void operations_research::math_opt::VariableUpdatesProto::set_allocated_upper_bounds ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.VariableUpdatesProto.upper_bounds)

Definition at line 2806 of file model_update.pb.h.

◆ Swap()

void operations_research::math_opt::VariableUpdatesProto::Swap ( VariableUpdatesProto *PROTOBUF_NONNULL other)
inline

Definition at line 197 of file model_update.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::math_opt::VariableUpdatesProto::unknown_fields ( ) const
inline

Definition at line 173 of file model_update.pb.h.

◆ unsafe_arena_release_integers()

operations_research::math_opt::SparseBoolVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::VariableUpdatesProto::unsafe_arena_release_integers ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.VariableUpdatesProto.integers)

Definition at line 2875 of file model_update.pb.h.

◆ unsafe_arena_release_lower_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::VariableUpdatesProto::unsafe_arena_release_lower_bounds ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.VariableUpdatesProto.lower_bounds)

Definition at line 2689 of file model_update.pb.h.

◆ unsafe_arena_release_upper_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::VariableUpdatesProto::unsafe_arena_release_upper_bounds ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.VariableUpdatesProto.upper_bounds)

Definition at line 2782 of file model_update.pb.h.

◆ unsafe_arena_set_allocated_integers()

void operations_research::math_opt::VariableUpdatesProto::unsafe_arena_set_allocated_integers ( ::operations_research::math_opt::SparseBoolVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.VariableUpdatesProto.integers)

Definition at line 2842 of file model_update.pb.h.

◆ unsafe_arena_set_allocated_lower_bounds()

void operations_research::math_opt::VariableUpdatesProto::unsafe_arena_set_allocated_lower_bounds ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.VariableUpdatesProto.lower_bounds)

Definition at line 2656 of file model_update.pb.h.

◆ unsafe_arena_set_allocated_upper_bounds()

void operations_research::math_opt::VariableUpdatesProto::unsafe_arena_set_allocated_upper_bounds ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.VariableUpdatesProto.upper_bounds)

Definition at line 2749 of file model_update.pb.h.

◆ UnsafeArenaSwap()

void operations_research::math_opt::VariableUpdatesProto::UnsafeArenaSwap ( VariableUpdatesProto *PROTOBUF_NONNULL other)
inline

Definition at line 205 of file model_update.pb.h.

◆ upper_bounds()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::VariableUpdatesProto::upper_bounds ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.VariableUpdatesProto.upper_bounds)

Definition at line 2745 of file model_update.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 342 of file model_update.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 344 of file model_update.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 335 of file model_update.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

Definition at line 341 of file model_update.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fmodel_5fupdate_2eproto

Definition at line 364 of file model_update.pb.h.

◆ swap

void swap ( VariableUpdatesProto & a,
VariableUpdatesProto & b )
friend

Definition at line 196 of file model_update.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::VariableUpdatesProto::_impl_

Definition at line 363 of file model_update.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::VariableUpdatesProto::kIndexInFileMessages = 0
staticconstexpr

Definition at line 195 of file model_update.pb.h.


The documentation for this class was generated from the following files: