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

#include <proto_enum_utils.h>

Public Types

typedef E value_type
 
typedef ProtoEnumIterator< E > iterator
 

Public Member Functions

iterator begin () const
 
iterator end () const
 

Detailed Description

template<typename E>
class google::protobuf::contrib::utils::EnumeratedProtoEnumView< E >

Definition at line 111 of file proto_enum_utils.h.

Member Typedef Documentation

◆ iterator

template<typename E>
typedef ProtoEnumIterator<E> google::protobuf::contrib::utils::EnumeratedProtoEnumView< E >::iterator

Definition at line 114 of file proto_enum_utils.h.

◆ value_type

template<typename E>
typedef E google::protobuf::contrib::utils::EnumeratedProtoEnumView< E >::value_type

Definition at line 113 of file proto_enum_utils.h.

Member Function Documentation

◆ begin()

template<typename E>
iterator google::protobuf::contrib::utils::EnumeratedProtoEnumView< E >::begin ( ) const
inline

Definition at line 115 of file proto_enum_utils.h.

◆ end()

template<typename E>
iterator google::protobuf::contrib::utils::EnumeratedProtoEnumView< E >::end ( ) const
inline

Definition at line 116 of file proto_enum_utils.h.


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