boost-function

boost-function

文章 0 浏览 3

类内部 lambda 和 boost 函数

我使用 C++0x 的 lambda 来定义 boost 函数。我有一些类,我使用 lambdas/boost 函数定义它们的一些行为。我想知道的是,是否可以在不更改函数定义的…

与酒说心事 2024-11-07 14:39:24 1 0

删除 boost::bind 的原始指针参数

假设我已经分配了堆A*,我想将其作为参数传递给boost::bind。 boost::bind 被保存在一些 STL 中(例如 boost::functions 的容器)以便以后处理。 我想…

煮茶煮酒煮时光 2024-11-06 20:02:35 0 0

boost::factory 创建 boost::enable_shared_from_this 类

我有多个从 A 派生的类 class A : public boost::enable_shared_from_this&ltA&gt { public: typedef boost::shared_ptr&ltA&gt pointer static point…

清音悠歌 2024-11-06 12:33:15 0 0

为什么我不能在 Objective-C 中使用 boost::function ?堵塞?

抛出异常 terminate called after throwing an instance of 'boost::exception_detail::clone_impl&ltboost::exception_detail::error_info_injector&…

阳光下慵懒的猫 2024-10-27 16:04:42 1 0

boost 绑定到数据成员回调行为

有人可以解释一下这段代码吗? struct Class { boost::function&ltvoid()&gt member } Class c boost::function&ltboost::function&ltvoid()&gt()&gt …

泅渡 2024-10-26 00:27:24 3 0

boost::bind、boost::function 和 boost::factory 的问题

我尝试将 boost::bind 与 boost::factory 一起使用,但没有成功, 我有此类 Zambas,有 4 个参数(2 个字符串和 2 个整数), class Zambas { public:…

很酷不放纵 2024-10-22 20:11:16 2 0

传递并调用成员函数(boost::bind / boost::function?)

我有一个可能非常简单的问题:传递并调用类中的成员函数。我知道我想使用 BOOST 绑定(和/或函数),但我还没有真正掌握它的概念。 以下代码编译并执…

北城孤痞 2024-10-21 04:03:14 1 0

如何使用 boost::bind 绑定类成员函数?

#include &ltQtCore/QCoreApplication&gt #include &ltboost/bind.hpp&gt #include &ltboost/function.hpp&gt class button { public: boost::functio…

回忆那么伤 2024-10-16 12:11:54 3 0

boost::bind 和对临时变量的引用

假设我有方法: void foo(const std::string&amp s) 我可以创建 boost::function: boost::function&ltvoid(const std::string&amp)&gt f = boost::bin…

第七度阳光i 2024-10-15 01:43:26 3 0

如何序列化 boost::function 以将其发送到 message_queue

我实际上正在尝试使用 boost::serialize 序列化 boost::function ,因为我想在 boost::interprocess::message_queue 中共享它。 我只看到一种方法可以…

孤独陪着我 2024-10-07 20:59:14 6 0

boost::function 和多参数成员函数

我对 boost::function 对象有以下定义: typedef boost::function&ltstd::string (std::string, std::string)&gt concat 我将此函数作为结构构造函数…

花想c 2024-10-07 00:32:43 4 0

通过 boost::function_base 调用 boost::function

我有一个 unordered_map 函数,在解析 XML 文件时应该在对象上调用该函数。 我发现 boost::function 有一个名为 boost::function_base 的基类,但是正…

温暖的光 2024-09-18 14:48:37 5 0

函数指针

我必须将函数传递给指针。为此,我使用 boost::function 。捕获指针的函数对于不同的签名是重载的。例如: void Foo(boost::function&ltint ()&gt) { …

︶ ̄淡然 2024-09-16 18:30:52 4 0

存储升压功能

我必须存储不同 boost::function 对象的列表。为了提供这个,我使用 boost::any 。我有一些函数采用不同的函数签名,将它们打包到 any 中,然后插入到…

无所的.畏惧 2024-09-16 11:33:30 6 0

C++ Boost功能比较

我有一个类,其中包含 boost::function 作为其参数之一。我必须使此类相等具有可比性,但 boost::function 不可具有相等可比性。有一个简单的解决方法…

情愿 2024-09-10 07:19:47 4 0
更多

推荐作者

留蓝

文章 0 评论 0

18790681156

文章 0 评论 0

zach7772

文章 0 评论 0

Wini

文章 0 评论 0

ayeshaaroy

文章 0 评论 0

初雪

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文