refactor: rename __PIP_TYPENAME_DECLARE to PIP_REGISTER_TYPENAME, add PIP_DECLARE_TYPENAME macro
- Rename __PIP_TYPENAME_DECLARE to PIP_REGISTER_TYPENAME across all headers - Add PIP_DECLARE_TYPENAME(name) macro for in-class type name declaration - Replace all static const char * __pip_typename__() member functions with PIP_DECLARE_TYPENAME
This commit is contained in:
@@ -8,7 +8,7 @@ struct Endpoint: public PIHTTP::ServerEndpoint {
|
||||
PIHTTPServer::RequestFunction function;
|
||||
};
|
||||
|
||||
__PIP_TYPENAME_DECLARE(Endpoint)
|
||||
PIP_REGISTER_TYPENAME(Endpoint)
|
||||
|
||||
|
||||
PRIVATE_DEFINITION_START(PIHTTPServer)
|
||||
|
||||
Reference in New Issue
Block a user