Defines
gmock-port.h File Reference
#include <assert.h>
#include <stdlib.h>
#include <iostream>
#include "gtest/internal/gtest-linked_ptr.h"
#include "gtest/internal/gtest-port.h"
Include dependency graph for gmock-port.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define GMOCK_DECLARE_bool_(name)   extern GTEST_API_ bool GMOCK_FLAG(name)
#define GMOCK_DECLARE_int32_(name)   extern GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name)
#define GMOCK_DECLARE_string_(name)   extern GTEST_API_ ::std::string GMOCK_FLAG(name)
#define GMOCK_DEFINE_bool_(name, default_val, doc)   GTEST_API_ bool GMOCK_FLAG(name) = (default_val)
#define GMOCK_DEFINE_int32_(name, default_val, doc)   GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name) = (default_val)
#define GMOCK_DEFINE_string_(name, default_val, doc)   GTEST_API_ ::std::string GMOCK_FLAG(name) = (default_val)
#define GMOCK_FLAG(name)   FLAGS_gmock_##name

Define Documentation

#define GMOCK_DECLARE_bool_ (   name)    extern GTEST_API_ bool GMOCK_FLAG(name)

Definition at line 64 of file gmock-port.h.

#define GMOCK_DECLARE_int32_ (   name)    extern GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name)

Definition at line 65 of file gmock-port.h.

#define GMOCK_DECLARE_string_ (   name)    extern GTEST_API_ ::std::string GMOCK_FLAG(name)

Definition at line 67 of file gmock-port.h.

#define GMOCK_DEFINE_bool_ (   name,
  default_val,
  doc 
)    GTEST_API_ bool GMOCK_FLAG(name) = (default_val)

Definition at line 71 of file gmock-port.h.

#define GMOCK_DEFINE_int32_ (   name,
  default_val,
  doc 
)    GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name) = (default_val)

Definition at line 73 of file gmock-port.h.

#define GMOCK_DEFINE_string_ (   name,
  default_val,
  doc 
)    GTEST_API_ ::std::string GMOCK_FLAG(name) = (default_val)

Definition at line 75 of file gmock-port.h.

#define GMOCK_FLAG (   name)    FLAGS_gmock_##name

Definition at line 61 of file gmock-port.h.



ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Sat Jun 8 2019 18:24:58