35 FString Read(UInt client)
const;
36 UInt Write(UInt client,
const FString&
string)
const;
37 Boolean Close(UInt client)
const;
39 const type_info& GetType()
override;
40 FString GetName()
const override;
FServer(const FServer &)=delete
Delete copy constructor.
FServer(FServer &&)=delete
Delete copy constructor.
FServer()=delete
Delete copy constructor.
FServer & operator=(const FServer &)=delete
Delete copy operator.