NETSIM 1.2.0
Hardware-in-the-loop acoustic network simulator
 
Loading...
Searching...
No Matches
netsim::bellhop::protobuf::Environment_Sources Class Referencefinal

#include </root/netsim/obj-x86_64-linux-gnu/include/netsim/acousticstoolbox/environment.pb.h>

Inheritance diagram for netsim::bellhop::protobuf::Environment_Sources:
Collaboration diagram for netsim::bellhop::protobuf::Environment_Sources:

Public Types

enum  : int { kFirstFieldNumber = 2 , kLastFieldNumber = 3 , kNumberInDepthFieldNumber = 1 }
 
typedef Environment_Sources_SourcePosition SourcePosition
 

Public Member Functions

 Environment_Sources ()
 
 ~Environment_Sources () override
 
PROTOBUF_CONSTEXPR Environment_Sources (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Environment_Sources (const Environment_Sources &from)
 
 Environment_Sources (Environment_Sources &&from) noexcept
 
Environment_Sourcesoperator= (const Environment_Sources &from)
 
Environment_Sourcesoperator= (Environment_Sources &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Environment_Sources *other)
 
void UnsafeArenaSwap (Environment_Sources *other)
 
Environment_SourcesNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const Environment_Sources &from)
 
void MergeFrom (const Environment_Sources &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_first () const
 
void clear_first ()
 
const ::netsim::bellhop::protobuf::Environment_Sources_SourcePositionfirst () const
 
PROTOBUF_NODISCARD::netsim::bellhop::protobuf::Environment_Sources_SourcePosition * release_first ()
 
::netsim::bellhop::protobuf::Environment_Sources_SourcePositionmutable_first ()
 
void set_allocated_first (::netsim::bellhop::protobuf::Environment_Sources_SourcePosition *first)
 
void unsafe_arena_set_allocated_first (::netsim::bellhop::protobuf::Environment_Sources_SourcePosition *first)
 
::netsim::bellhop::protobuf::Environment_Sources_SourcePositionunsafe_arena_release_first ()
 
bool has_last () const
 
void clear_last ()
 
const ::netsim::bellhop::protobuf::Environment_Sources_SourcePositionlast () const
 
PROTOBUF_NODISCARD::netsim::bellhop::protobuf::Environment_Sources_SourcePosition * release_last ()
 
::netsim::bellhop::protobuf::Environment_Sources_SourcePositionmutable_last ()
 
void set_allocated_last (::netsim::bellhop::protobuf::Environment_Sources_SourcePosition *last)
 
void unsafe_arena_set_allocated_last (::netsim::bellhop::protobuf::Environment_Sources_SourcePosition *last)
 
::netsim::bellhop::protobuf::Environment_Sources_SourcePositionunsafe_arena_release_last ()
 
bool has_number_in_depth () const
 
void clear_number_in_depth ()
 
uint32_t number_in_depth () const
 
void set_number_in_depth (uint32_t value)
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const Environment_Sourcesdefault_instance ()
 
static const Environment_Sourcesinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 Environment_Sources (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_netsim_2facousticstoolbox_2fenvironment_2eproto
 
void swap (Environment_Sources &a, Environment_Sources &b)
 

Detailed Description

Definition at line 2125 of file environment.pb.h.

Member Typedef Documentation

◆ SourcePosition

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kFirstFieldNumber 
kLastFieldNumber 
kNumberInDepthFieldNumber 

Definition at line 2254 of file environment.pb.h.

Constructor & Destructor Documentation

◆ Environment_Sources() [1/5]

netsim::bellhop::protobuf::Environment_Sources::Environment_Sources ( )
inline

Definition at line 2128 of file environment.pb.h.

◆ ~Environment_Sources()

netsim::bellhop::protobuf::Environment_Sources::~Environment_Sources ( )
override

◆ Environment_Sources() [2/5]

PROTOBUF_CONSTEXPR netsim::bellhop::protobuf::Environment_Sources::Environment_Sources ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ Environment_Sources() [3/5]

netsim::bellhop::protobuf::Environment_Sources::Environment_Sources ( const Environment_Sources from)

◆ Environment_Sources() [4/5]

netsim::bellhop::protobuf::Environment_Sources::Environment_Sources ( Environment_Sources &&  from)
inlinenoexcept

Definition at line 2133 of file environment.pb.h.

◆ Environment_Sources() [5/5]

netsim::bellhop::protobuf::Environment_Sources::Environment_Sources ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * netsim::bellhop::protobuf::Environment_Sources::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * netsim::bellhop::protobuf::Environment_Sources::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t netsim::bellhop::protobuf::Environment_Sources::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void netsim::bellhop::protobuf::Environment_Sources::Clear ( )
final

◆ clear_first()

void netsim::bellhop::protobuf::Environment_Sources::clear_first ( )
inline

Definition at line 4618 of file environment.pb.h.

◆ clear_last()

void netsim::bellhop::protobuf::Environment_Sources::clear_last ( )
inline

Definition at line 4708 of file environment.pb.h.

◆ clear_number_in_depth()

void netsim::bellhop::protobuf::Environment_Sources::clear_number_in_depth ( )
inline

Definition at line 4589 of file environment.pb.h.

◆ CopyFrom()

void netsim::bellhop::protobuf::Environment_Sources::CopyFrom ( const Environment_Sources from)

◆ default_instance()

static const Environment_Sources & netsim::bellhop::protobuf::Environment_Sources::default_instance ( )
inlinestatic

Definition at line 2172 of file environment.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * netsim::bellhop::protobuf::Environment_Sources::descriptor ( )
inlinestatic

Definition at line 2163 of file environment.pb.h.

◆ first()

const ::netsim::bellhop::protobuf::Environment_Sources_SourcePosition & netsim::bellhop::protobuf::Environment_Sources::first ( ) const
inline

Definition at line 4627 of file environment.pb.h.

◆ GetCachedSize()

int netsim::bellhop::protobuf::Environment_Sources::GetCachedSize ( ) const
inlinefinal

Definition at line 2225 of file environment.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * netsim::bellhop::protobuf::Environment_Sources::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * netsim::bellhop::protobuf::Environment_Sources::GetDescriptor ( )
inlinestatic

Definition at line 2166 of file environment.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata netsim::bellhop::protobuf::Environment_Sources::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * netsim::bellhop::protobuf::Environment_Sources::GetReflection ( )
inlinestatic

Definition at line 2169 of file environment.pb.h.

◆ has_first()

bool netsim::bellhop::protobuf::Environment_Sources::has_first ( ) const
inline

Definition at line 4615 of file environment.pb.h.

◆ has_last()

bool netsim::bellhop::protobuf::Environment_Sources::has_last ( ) const
inline

Definition at line 4705 of file environment.pb.h.

◆ has_number_in_depth()

bool netsim::bellhop::protobuf::Environment_Sources::has_number_in_depth ( ) const
inline

Definition at line 4586 of file environment.pb.h.

◆ internal_default_instance()

static const Environment_Sources * netsim::bellhop::protobuf::Environment_Sources::internal_default_instance ( )
inlinestatic

Definition at line 2175 of file environment.pb.h.

◆ IsInitialized()

bool netsim::bellhop::protobuf::Environment_Sources::IsInitialized ( ) const
final

◆ last()

const ::netsim::bellhop::protobuf::Environment_Sources_SourcePosition & netsim::bellhop::protobuf::Environment_Sources::last ( ) const
inline

Definition at line 4717 of file environment.pb.h.

◆ MergeFrom()

void netsim::bellhop::protobuf::Environment_Sources::MergeFrom ( const Environment_Sources from)
inline

Definition at line 2212 of file environment.pb.h.

◆ mutable_first()

netsim::bellhop::protobuf::Environment_Sources_SourcePosition * netsim::bellhop::protobuf::Environment_Sources::mutable_first ( )
inline

Definition at line 4674 of file environment.pb.h.

◆ mutable_last()

netsim::bellhop::protobuf::Environment_Sources_SourcePosition * netsim::bellhop::protobuf::Environment_Sources::mutable_last ( )
inline

Definition at line 4764 of file environment.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * netsim::bellhop::protobuf::Environment_Sources::mutable_unknown_fields ( )
inline

Definition at line 2159 of file environment.pb.h.

◆ New()

Environment_Sources * netsim::bellhop::protobuf::Environment_Sources::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 2206 of file environment.pb.h.

◆ number_in_depth()

uint32_t netsim::bellhop::protobuf::Environment_Sources::number_in_depth ( ) const
inline

Definition at line 4596 of file environment.pb.h.

◆ operator=() [1/2]

Environment_Sources & netsim::bellhop::protobuf::Environment_Sources::operator= ( const Environment_Sources from)
inline

Definition at line 2138 of file environment.pb.h.

◆ operator=() [2/2]

Environment_Sources & netsim::bellhop::protobuf::Environment_Sources::operator= ( Environment_Sources &&  from)
inlinenoexcept

Definition at line 2142 of file environment.pb.h.

◆ release_first()

netsim::bellhop::protobuf::Environment_Sources_SourcePosition * netsim::bellhop::protobuf::Environment_Sources::release_first ( )
inline

Definition at line 4644 of file environment.pb.h.

◆ release_last()

netsim::bellhop::protobuf::Environment_Sources_SourcePosition * netsim::bellhop::protobuf::Environment_Sources::release_last ( )
inline

Definition at line 4734 of file environment.pb.h.

◆ set_allocated_first()

void netsim::bellhop::protobuf::Environment_Sources::set_allocated_first ( ::netsim::bellhop::protobuf::Environment_Sources_SourcePosition first)
inline

Definition at line 4679 of file environment.pb.h.

◆ set_allocated_last()

void netsim::bellhop::protobuf::Environment_Sources::set_allocated_last ( ::netsim::bellhop::protobuf::Environment_Sources_SourcePosition last)
inline

Definition at line 4769 of file environment.pb.h.

◆ set_number_in_depth()

void netsim::bellhop::protobuf::Environment_Sources::set_number_in_depth ( uint32_t  value)
inline

Definition at line 4604 of file environment.pb.h.

◆ Swap()

void netsim::bellhop::protobuf::Environment_Sources::Swap ( Environment_Sources other)
inline

Definition at line 2185 of file environment.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & netsim::bellhop::protobuf::Environment_Sources::unknown_fields ( ) const
inline

Definition at line 2156 of file environment.pb.h.

◆ unsafe_arena_release_first()

netsim::bellhop::protobuf::Environment_Sources_SourcePosition * netsim::bellhop::protobuf::Environment_Sources::unsafe_arena_release_first ( )
inline

Definition at line 4659 of file environment.pb.h.

◆ unsafe_arena_release_last()

netsim::bellhop::protobuf::Environment_Sources_SourcePosition * netsim::bellhop::protobuf::Environment_Sources::unsafe_arena_release_last ( )
inline

Definition at line 4749 of file environment.pb.h.

◆ unsafe_arena_set_allocated_first()

void netsim::bellhop::protobuf::Environment_Sources::unsafe_arena_set_allocated_first ( ::netsim::bellhop::protobuf::Environment_Sources_SourcePosition first)
inline

Definition at line 4631 of file environment.pb.h.

◆ unsafe_arena_set_allocated_last()

void netsim::bellhop::protobuf::Environment_Sources::unsafe_arena_set_allocated_last ( ::netsim::bellhop::protobuf::Environment_Sources_SourcePosition last)
inline

Definition at line 4721 of file environment.pb.h.

◆ UnsafeArenaSwap()

void netsim::bellhop::protobuf::Environment_Sources::UnsafeArenaSwap ( Environment_Sources other)
inline

Definition at line 2198 of file environment.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 2312 of file environment.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 2234 of file environment.pb.h.

◆ ::TableStruct_netsim_2facousticstoolbox_2fenvironment_2eproto

◆ swap

void swap ( Environment_Sources a,
Environment_Sources b 
)
friend

Definition at line 2182 of file environment.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData netsim::bellhop::protobuf::Environment_Sources::_class_data_
static

Definition at line 2243 of file environment.pb.h.

◆ _impl_

Impl_ netsim::bellhop::protobuf::Environment_Sources::_impl_

Definition at line 2322 of file environment.pb.h.

◆ kIndexInFileMessages

constexpr int netsim::bellhop::protobuf::Environment_Sources::kIndexInFileMessages
staticconstexpr
Initial value:
=
9

Definition at line 2179 of file environment.pb.h.


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