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:
parent
f566daacea
commit
f9c0f2a311
9 changed files with 204 additions and 112 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue