3#include <Foundation/Basics.h>
4#include <Foundation/Reflection/Reflection.h>
5#include <Foundation/Strings/String.h>
15 void RemoveInterfaceImplementation(
plStringView sInterfaceName);
22 bool operator<(
const InterfaceImpl& rhs)
const {
return m_sInterfaceName < rhs.m_sInterfaceName; }
A hybrid array uses in-place storage to handle the first few elements without any allocation....
Definition HybridArray.h:12
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34
Definition WorldModuleConfig.h:8
Default enum for returning failure or success, instead of using a bool.
Definition Types.h:54
Definition WorldModuleConfig.h:18