1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Added reflect method filters

This commit is contained in:
Brian Fiete 2020-07-14 08:27:25 -07:00
parent f566daacea
commit f9c0f2a311
9 changed files with 204 additions and 112 deletions

View file

@ -276,6 +276,8 @@ T* ZeroedAlloc()
return new (ZeroedAlloc(sizeof(T))) T();
}*/
bool BfCheckWildcard(const StringImpl& wildcard, const StringImpl& checkStr);
template <typename T>
T* PlaceNew(void* addr)
{