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

Added reflect method filters

This commit is contained in:
Brian Fiete 2020-07-14 08:27:25 -07:00 committed by James Orson
parent eeccb4ad6f
commit 65ee0c7dda
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)
{