Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
google::protobuf::contrib::utils::internal::RepeatedEnumView< E > Class Template Reference

#include <proto_enum_utils.h>

Classes

class  Iterator
 

Public Member Functions

 RepeatedEnumView (const RepeatedField< int > &repeated_field)
 
Iterator begin () const
 
Iterator end () const
 

Detailed Description

template<typename E>
class google::protobuf::contrib::utils::internal::RepeatedEnumView< E >

Implementation for REPEATED_ENUM_ADAPTER. This does not provide type safety thus should be used through REPEATED_ENUM_ADAPTER only. See cr/246914845 for context.

Definition at line 178 of file proto_enum_utils.h.

Constructor & Destructor Documentation

◆ RepeatedEnumView()

template<typename E>
google::protobuf::contrib::utils::internal::RepeatedEnumView< E >::RepeatedEnumView ( const RepeatedField< int > & repeated_field)
inlineexplicit

Definition at line 195 of file proto_enum_utils.h.

Member Function Documentation

◆ begin()

template<typename E>
Iterator google::protobuf::contrib::utils::internal::RepeatedEnumView< E >::begin ( ) const
inline

Definition at line 198 of file proto_enum_utils.h.

◆ end()

template<typename E>
Iterator google::protobuf::contrib::utils::internal::RepeatedEnumView< E >::end ( ) const
inline

Definition at line 199 of file proto_enum_utils.h.


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