CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
This is the complete list of members for System::IO::BinaryWriter, including all inherited members.
BinaryWriter(const StreamPtr &stream, const EncodingPtr &encoding=System::Text::Encoding::get_UTF8Unmarked(), bool leaveopen=false) | System::IO::BinaryWriter | |
Close() | System::IO::BinaryWriter | |
Dispose() override | System::IO::BinaryWriter | virtual |
Dispose(bool disposing) | System::IO::BinaryWriter | protected |
Equals(ptr obj) | System::Object | virtual |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(float const &objA, float const &objB) | System::Object | inlinestatic |
Equals(double const &objA, double const &objB) | System::Object | inlinestatic |
FastCast(const Details::FastRttiBase &helper, void **out_ptr) const | System::Object | virtual |
Flush() | System::IO::BinaryWriter | |
get_BaseStream() | System::IO::BinaryWriter | |
GetCounter() | System::Object | inline |
GetHashCode() const | System::Object | virtual |
GetType() const | System::Object | virtual |
Is(const TypeInfo &targetType) const | System::Object | virtual |
Lock() | System::Object | |
MemberwiseClone() const | System::Object | virtual |
Object() | System::Object | |
Object(Object const &x) | System::Object | |
operator=(Object const &x) | System::Object | inline |
ptr typedef | System::Object | |
ReferenceEquals(ptr const &objA, ptr const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, T const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, std::nullptr_t) | System::Object | inlinestatic |
ReferenceEquals(String const &str, std::nullptr_t) | System::Object | inline |
ReferenceEquals(String const &str1, String const &str2) | System::Object | inline |
RemovedSharedRefs(int count) | System::Object | inline |
Seek(int offset, System::IO::SeekOrigin origin=System::IO::SeekOrigin::Begin) | System::IO::BinaryWriter | |
SetTemplateWeakPtr(uint32_t argument) | System::Object | virtual |
SharedCount() const | System::Object | inline |
SharedRefAdded() | System::Object | inline |
SharedRefRemovedSafe() | System::Object | inline |
ToString() const | System::Object | virtual |
Type() | System::Object | inlinestatic |
Unlock() | System::Object | |
WeakRefAdded() | System::Object | inline |
WeakRefRemoved() | System::Object | inline |
Write(uint8_t value) | System::IO::BinaryWriter | virtual |
Write(const ArrayPtr< uint8_t > &buffer, int index=0, int count=-1) | System::IO::BinaryWriter | virtual |
Write(const ArrayPtr< char_t > &buffer, int index=0, int count=-1) | System::IO::BinaryWriter | virtual |
Write(bool value) | System::IO::BinaryWriter | virtual |
Write(char16_t value) | System::IO::BinaryWriter | virtual |
Write(int16_t value) | System::IO::BinaryWriter | virtual |
Write(int value) | System::IO::BinaryWriter | virtual |
Write(int64_t value) | System::IO::BinaryWriter | virtual |
Write(uint16_t value) | System::IO::BinaryWriter | virtual |
Write(uint32_t value) | System::IO::BinaryWriter | virtual |
Write(uint64_t value) | System::IO::BinaryWriter | virtual |
Write(float value) | System::IO::BinaryWriter | virtual |
Write(double value) | System::IO::BinaryWriter | virtual |
Write(const Decimal &value) | System::IO::BinaryWriter | virtual |
Write(const String &value) | System::IO::BinaryWriter | virtual |
Write(const char_t *value) | System::IO::BinaryWriter | virtual |
Write7BitEncodedInt(int value) | System::IO::BinaryWriter | protected |
~BinaryWriter() | System::IO::BinaryWriter | |
~Object() | System::Object | virtual |