MCPcopy Create free account
hub / github.com/KDAB/codebrowser / BUILD_NS

Method BUILD_NS

tests/test.cc:205–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203BUILD_NS2(NS::Foo::Bar , Type) tst_mac2;
204BUILD_NS(NS::Foo, Bar::Type) tst_mac3;
205NS::BUILD_NS(Foo, Bar)::Type tst_mac4;
206NS BUILD_NS2(Foo, Bar)::Type tst_mac5;
207
208void test_macros() {
209 typedef int TTFoo;
210 TTFoo a;
211#define TTFoo char
212 TTFoo b;
213#undef TTFoo
214 TTFoo c;
215};
216
217//DECLARE_SOMETHING Macro
218#define DECLARE_SOMETHING(WHAT) WHAT mySomething \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected