Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
4f0ae0db
Commit
4f0ae0db
authored
Aug 20, 2013
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed uniform_type unit test
parent
999cfe25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
11 deletions
+18
-11
unit_testing/test_uniform_type.cpp
unit_testing/test_uniform_type.cpp
+18
-11
No files found.
unit_testing/test_uniform_type.cpp
View file @
4f0ae0db
...
...
@@ -76,17 +76,24 @@ int main() {
"float"
,
"double"
,
"@ldouble"
,
// floating points
"@0"
,
// cppa::util::void_type
// default announced cppa types
"@ac_hdl"
,
// cppa::io::accept_handle
"@cn_hdl"
,
// cppa::io::connection_handle
"@atom"
,
// cppa::atom_value
"@tuple"
,
// cppa::any_tuple
"@header"
,
// cppa::message_header
"@actor"
,
// cppa::actor_ptr
"@group"
,
// cppa::group_ptr
"@channel"
,
// cppa::channel_ptr
"@proc"
,
// cppa::intrusive_ptr<cppa::process_information>
"@duration"
,
// cppa::util::duration
"@buffer"
// cppa::util::buffer
"@ac_hdl"
,
// io::accept_handle
"@cn_hdl"
,
// io::connection_handle
"@atom"
,
// atom_value
"@tuple"
,
// any_tuple
"@header"
,
// message_header
"@actor"
,
// actor_ptr
"@group"
,
// group_ptr
"@channel"
,
// channel_ptr
"@proc"
,
// intrusive_ptr<process_information>
"@duration"
,
// util::duration
"@buffer"
,
// util::buffer
// default announced cpap tuples
"@<>+@atom"
,
// {atom_value}
"@<>+@atom+@actor"
,
// {atom_value, actor_ptr}
"@<>+@atom+@proc"
,
// {atom_value, process_information}
"@<>+@atom+@proc+@u32+@u32"
,
// {atom_value, process_information, uint32_t, uint32_t}
"@<>+@atom+@u32"
,
// {atom_value, uint32_t}
"@<>+@atom+@u32+@str"
// {atom_value, uint32_t, std::string}
};
// holds the type names we see at runtime
std
::
set
<
std
::
string
>
found
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment