Public Member Functions | Static Public Member Functions | Private Member Functions | List of all members
grpc_core::mock_cel::CelValue Class Reference

#include <cel_value.h>

Public Member Functions

 CelValue ()
 

Static Public Member Functions

static CelValue CreateInt64 (int64_t)
 
static CelValue CreateMap (const CelMap *)
 
static CelValue CreateNull ()
 
static CelValue CreateString (const std::string *)
 
static CelValue CreateStringView (absl::string_view)
 
static CelValue CreateUint64 (uint64_t)
 

Private Member Functions

template<class T >
 CelValue (T)
 

Detailed Description

Definition at line 56 of file cel_value.h.

Constructor & Destructor Documentation

◆ CelValue() [1/2]

grpc_core::mock_cel::CelValue::CelValue ( )
inline

Definition at line 60 of file cel_value.h.

◆ CelValue() [2/2]

template<class T >
grpc_core::mock_cel::CelValue::CelValue ( T  )
inlineexplicitprivate

Definition at line 86 of file cel_value.h.

Member Function Documentation

◆ CreateInt64()

static CelValue grpc_core::mock_cel::CelValue::CreateInt64 ( int64_t  )
inlinestatic

Definition at line 68 of file cel_value.h.

◆ CreateMap()

static CelValue grpc_core::mock_cel::CelValue::CreateMap ( const CelMap )
inlinestatic

Definition at line 80 of file cel_value.h.

◆ CreateNull()

static CelValue grpc_core::mock_cel::CelValue::CreateNull ( )
inlinestatic

Definition at line 66 of file cel_value.h.

◆ CreateString()

static CelValue grpc_core::mock_cel::CelValue::CreateString ( const std::string *  )
inlinestatic

Definition at line 76 of file cel_value.h.

◆ CreateStringView()

static CelValue grpc_core::mock_cel::CelValue::CreateStringView ( absl::string_view  )
inlinestatic

Definition at line 72 of file cel_value.h.

◆ CreateUint64()

static CelValue grpc_core::mock_cel::CelValue::CreateUint64 ( uint64_t  )
inlinestatic

Definition at line 70 of file cel_value.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:39