Namespaces | |
namespace | Collections |
namespace | ComponentModel |
namespace | Constraints |
namespace | Data |
namespace | Diagnostics |
namespace | Drawing |
namespace | Globalization |
namespace | IO |
namespace | Linq |
namespace | Net |
namespace | Reflection |
namespace | Resources |
namespace | Runtime |
namespace | Security |
namespace | StringExtra |
namespace | TestPredicates |
namespace | Text |
namespace | Threading |
namespace | Timers |
namespace | Web |
namespace | Windows |
namespace | Xml |
Classes | |
class | Activator |
Contains methods to create types of objects. More... | |
class | Array |
Class that represents an array data structure. Objects of this class should only be allocated using System::MakeArray() and System::MakeObject() functions. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | ArraySegment |
Represents a segment of the one-dimensional array. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | Attribute |
A base class for custom attributes. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | BitConverter |
Contains methods that perform conversions of sequence of bytes to a value type and vice-versa. This is a static type with no instance services. You should never create instances of it by any means. More... | |
class | Boolean |
Class that keeps static members of System.Boolean .Net type. More... | |
class | BoxedEnum |
Represents boxed enumeration value. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | BoxedValue |
Represents a boxed value. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | BoxedValueBase |
A base class that defines an interface and implements some fundamental methods of a descendant class that represents a boxed value. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | Buffer |
Contains methods that manipulate raw byte arrays. This is a static type with no instance services. You should never create instances of it by any means. More... | |
class | Byte |
Contains methods to work with the unsigned 8-bit integer. More... | |
struct | CastResult |
Template magic to deduce cast results. More... | |
class | Char |
Provides methods for manipulation of characters represented as UTF-16 code units. This is a static type with no instance services. You should never create instances of it by any means. More... | |
struct | CollectionAssertHelper |
Heler API for collection-related operations. More... | |
class | Comparison |
Represents a pointer to the method that compares two objects of the same type. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | Console |
Provides methods for outputting data to the standard output stream. This is a static type with no instance services. You should never create instances of it by any means. More... | |
class | ConsoleOutput |
Represents the standard output stream. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
struct | Convert |
The structure that contains methods performing conversion of values of one type to the values of another type. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | DateTime |
Represents a specific date and time value on the time continuum. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | DateTimeOffset |
Contains the date and time of day relative to Coordinated Universal Time. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | DBNull |
Represents a non-existing value. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | Decimal |
Represents a decimal number. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | DefaultBoxedValue |
BoxedValue class implementation. Allows it BoxingValue specializations to be declared without duplicating common code. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | Delegate< ReturnType(ArgumentTypes...)> |
Represents a pointer to a function, method or a function object. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | Details_BadImageFormatException |
The exception that is thrown when the file image of a dynamic link library (DLL) or an executable program is invalid. Never create instances of this class manually. Use the BadImageFormatException class instead. Never wrap the BadImageFormatException class instances into System::SmartPtr. | |
class | Details_Exception |
Represents an exception. Never create instances of this class manually. Use the Exception class instead. Never wrap the Exception class instances into System::SmartPtr. | |
class | Details_ExceptionWithErrorCode |
The template class for an exception with an error code. | |
class | Details_ExceptionWithFilename |
The template class for an exception with a file name. | |
struct | Double |
Contains methods to work with the double-precision floating-point number. More... | |
class | DynamicWeakPtr |
Smart pointer class which tracks pointer modes of template arguments of stored object and updates them after each assignment. This type is a pointer to manage other object's deletion. It should be allocated on stack and passed to functions either by value or by const reference. More... | |
struct | Enum |
Provides methods that perform some operations on values of enum type. This is a static type with no instance services. You should never create instances of it by any means. More... | |
struct | EnumGetNameHelper |
Helper class that provides functionality of geting the strting name of enum constant. More... | |
struct | EnumParseHelper |
Helper class that provides functionality of converting a string representation of enum consnant into equivalent enum value. More... | |
class | EnumValues |
Provides meta information about enumeration constants of enum type E . More... | |
class | EnumValuesBase |
A base class for a class that represents meta information of enumeration type. More... | |
struct | Environment |
Environment services. This is a static type with no instance services. You should never create instances of it by any means. More... | |
class | EventArgs |
The base class for classes that represent a context that is passed to the event subscribers when an event is triggered. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | ExceptionWrapper |
Template that represents wrapper of exceptions that are derived from Exception class. More... | |
class | Func |
Function delegate. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | GC |
Represents an emulated Garbage Collection which acts more like a stub which effectively does nothing. This is a static type with no instance services. You should never create instances of it by any means. More... | |
class | Guid |
Represents a Globally Unique IDentifier This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
struct | HolderInitializer |
This class used to get persistent reference to the object instance, whatever it is lvalue or rvalue. To ubtain such reference, use 'HoldIfTemporary' method, that has there overloads. Two of them take rvalue as a parameter, and just return the reference to it. The third one, in opposite, takes lvalue as a parameter, makes a pointer copy, then return reference to that copy. Also, class has 'Hold' method to hold passed value unconditionally (used to copy values of a local on-stack variables or it's child references) More... | |
struct | HolderInitializer< T, false > |
HolderInitializer specialization for the case when T is a value type., The usage context allow to return reference to temporary objects, as it is guaranteed, that the instance will be copied by caller. So, this specialization is used just as a stub, and do nothing. More... | |
class | IAsyncResult |
Represents the status of asynchronous operation. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | ICloneable |
Defies a method that enables object cloning - creating a copy of an object. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | IComparable |
Defines a method that compares two objects. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | IConvertible |
Defines methods that convert the value of the implementing reference or value type to a common language runtime type that has an equivalent value. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | ICustomFormatter |
Defines a method that performs custom formatting of a string representation of a value represented by the specified object. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | IDisposable |
Defines method that releases resources owned by the current object. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | IEquatable |
Defines a method that determines the equality of two objects. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | IFormatProvider |
Defines a method that provides formatting information. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | IFormattable |
Defines a method that formats the value of the current object using the specified format string and format provider. More... | |
class | Int16 |
Contains methods to work with the 16-bit integer. More... | |
class | Int32 |
Contains methods to work with the 32-bit integer. More... | |
class | Int64 |
Contains methods to work with the 64-bit integer. More... | |
struct | IsBoxable |
Template predicate that checks if boxing of the specified type is supported. More... | |
struct | IsExceptionWrapper |
A template predicate that determines if the specified type is a Exception class or its descendant. More... | |
struct | IsNullable |
A template predicate that determines if its template argument T in Nullable or its subclass. More... | |
struct | IsSmartPtr |
Trait class to check if a type is a specialization of SmartPtr class. More... | |
struct | IsStringByteSequence |
Template magic to check if a type is a sequence of string characters. More... | |
struct | IsStringLiteral |
Template magic to check if a type is a string literal. More... | |
struct | IsStringPointer |
Template magic to check if a type is a pointer to character string. More... | |
struct | IsWeakPtr |
Traits class to check if specific class is a specialization of System::WeakPtr. Doesn't check if instance is actually in weak mode. More... | |
class | LockContext |
Guard object implementing C# lock() statement. More... | |
struct | MakeConstRef |
Trait to make generic type "const reference" if it is String or a SmartPtr<> type. More... | |
class | MarshalByRefObject |
Provides access to objects across application domain boundaries in remoting-enabled applications. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
struct | Math |
Contains math functions. This is a static type with no instance services. You should never create instances of it by any means. More... | |
struct | MethodArgumentTuple< R(*)(Args...)> |
Defines tuple to store method arguments. More... | |
struct | MethodArgumentTuple< R(C::*)(Args...) const > |
Defines tuple to store method arguments. More... | |
struct | MethodArgumentTuple< R(C::*)(Args...)> |
Defines tuple to store method arguments. More... | |
class | MulticastDelegate< ReturnType(ArgumentTypes...)> |
Represents a collection of delegates. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
struct | MulticastDelegateTypeInfo |
Represents a pointer to TypeInfo object that contains information about MulticastDelegate class. More... | |
class | Nullable |
Forward declaration. More... | |
class | Object |
Base class that enables using methods available for System.Object class in C#. All non-trivial classes used with translated environment should inherit it. More... | |
class | ObjectExt |
Provides static methods that emulate C# Object methods called for non-Object C++ types (strings, numbers, etc.). This is a static type with no instance services. You should never create instances of it by any means. More... | |
class | ObjectType |
Provides static methods that implement object type getters. This is a static type with no instance services. You should never create instances of it by any means. More... | |
class | OperatingSystem |
Represents a particular operating system and provides information about it. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | Random |
Represents a pseudo-random number generator. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
struct | RemoveShared |
Trait structs to remove SharedPtr/WeakPtr from argument type. More... | |
struct | SByte |
Contains methods to work with the 8-bit integer. More... | |
class | ScopedCulture |
Represents a culture used within the scope. More... | |
struct | ScopeGuard |
The service class that provides services for running a particular function object when an instance of the class goes out of scope. More... | |
struct | Single |
Contains methods to work with the single-precision floating-point number. More... | |
class | SmartPtr |
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting Object. This pointer type follows intrusive pointer semantics. Reference counter is stored either in Object itself or in counter structure which is tied to Object instance tightly. In any case, all SmartPtr instances form single ownership group regardless how they were created which is unlike how std::shared_ptr class behaves. Converting raw pointer to SmartPtr is safe given there are other SmartPtr instances holding shared references to the same object. SmartPtr class instance can be in one of two states: shared pointer and weak pointer. To keep object alive, one should have count of shared references to it positive. Both weak and shared pointers can be used to access pointed object (to call methods, read or write fields, etc.), but weak pointers do not participate to shared pointer reference counting. Object is being deleted when the last 'shared' SmartPtr pointer to it is being destroyed. So, make sure that this doesn't happen when no other shared SmartPtr pointers to object exist, e. g. during object construction or destruction. Use System::Object::ThisProtector sentry objects (in C++ code) or CppCTORSelfReference or CppSelfReference attribute (in C# code being translated) to fix this issue. Similarily, make sure to break loop references by using System::WeakPtr pointer class or System::SmartPtrMode::Weak pointer mode (in C++ code) or CppWeakPtr attribute (in C# code being translated). If two or more objects reference each other using 'shared' pointers, they will never be deleted. If pointer type (weak or shared) should be switched in runtime, use System::SmartPtr<T>::set_Mode() method or System::DynamicWeakPtr class. SmartPtr class doesn't contain any virtual methods. You should only inherit it if you're creating a memory management strategy of your own. This type is a pointer to manage other object's deletion. It should be allocated on stack and passed to functions either by value or by const reference. More... | |
class | SmartPtrInfo |
Service class to test and alter SmartPtr's contents without knowing final type. Used for garbage collection and loop references detection, etc. Think of it as of 'pointer to pointer'. We can't use SmartPtr's basetype as it doesn't have any; instead, we use this 'info' class. More... | |
class | String |
String class used across the library. Is a substitute for C# System.String when translating code. For optimization reasons, isn't considered an Object subclass. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | StringComparer |
Compares strings using different comparison modes. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | StringHashCompiletime |
A helper class that generates a hash value from a c-string. More... | |
struct | TestCompare |
Service structure providing interface to compare collections. More... | |
struct | TestTools |
Provides a set of useful methods that check some basic properties of different types and functions. More... | |
struct | TestToolsExt |
Common functions to be used by testing translation. More... | |
class | TimeSpan |
Represents a time interval. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | TimeZone |
Represents a time zone. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | TimeZoneInfo |
Represents an information destribing a particular time zone. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | Tuple |
Class that represents a tuple data structure. Maximum number of items is 8. More... | |
class | TupleFactory |
Provides static methods for creating tuple objects. More... | |
class | TypeInfo |
Represents a particular type and provides information about it. More... | |
struct | TypeInfoPtr |
Wrapper for a pointer to an instance of TypeInfo class. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
struct | UInt16 |
Contains methods to work with the unsigned 16-bit integer. More... | |
struct | UInt32 |
Contains methods to work with the unsigned 32-bit integer. More... | |
struct | UInt64 |
Contains methods to work with the unsigned 64-bit integer. More... | |
class | Uri |
Unified resource identifier. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | UriBuilder |
Provides methods to construct and modify universial resource identifiers (URIs). Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | UriParser |
Used to parse a new URI scheme. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | UriShim |
Service class. More... | |
class | ValueType |
Baseclass for value types with Object inheritance being truncated for performance reasons. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | Version |
Represents a version number. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | Void |
class | WeakPtr |
Subclass of System::SmartPtr which sets itself to weak mode at construction. Please note that this class doesn't guarantee that its instance will always remain in weak mode as set_Mode() is still accessible. This type is a pointer to manage other object's deletion. It should be allocated on stack and passed to functions either by value or by const reference. More... | |
struct | WeakPtrFromTypeParameter |
Trait struct to convert argument type to a weak-pointer, if it is a pointer type. More... | |
class | WeakReference |
Represents a weak reference, which references an object while still allowing that object to be deleted. More... | |
class | WeakReference< T > |
Represents a weak reference, which references an object while still allowing that object to be deleted. More... | |
class | WeakReference<> |
Represents a weak reference, which references an object while still allowing that object to be deleted. More... | |
Typedefs | |
typedef System::SmartPtr< System::IFormatProvider > | IFormatProviderPtr |
An alias for a smart pointer that points to an instance of System::IFormatProvider class. | |
typedef System::SmartPtr< System::Text::DecoderFallback > | DecoderFallbackPtr |
An alias for a smart pointer that points to an instance of System::Text::DecoderFallback class. | |
typedef System::SmartPtr< System::Text::DecoderFallbackBuffer > | DecoderFallbackBufferPtr |
An alias for a smart pointer that points to an instance of System::Text::DecoderFallbackBuffer class. | |
typedef System::SmartPtr< System::Text::DecoderReplacementFallback > | DecoderReplacementFallbackPtr |
An alias for a smart pointer that points to an instance of System::Text::DecoderReplacementFallback class. | |
typedef System::SmartPtr< System::Text::EncoderFallback > | EncoderFallbackPtr |
An alias for a smart pointer that points to an instance of System::Text::EncoderFallback class. | |
typedef System::SmartPtr< System::Text::EncoderFallbackBuffer > | EncoderFallbackBufferPtr |
An alias for a smart pointer that points to an instance of System::Text::EncoderFallbackBuffer class. | |
typedef System::SmartPtr< System::Text::Encoder > | EncoderPtr |
An alias for a smart pointer that points to an instance of System::Text::Encoder class. | |
typedef System::SmartPtr< System::Text::Decoder > | DecoderPtr |
An alias for a smart pointer that points to an instance of System::Text::Decoder class. | |
typedef System::SmartPtr< System::Text::EncoderReplacementFallbackBuffer > | EncoderReplacementFallbackBufferPtr |
An alias for a smart pointer that points to an instance of System::Text::EncoderReplacementFallbackBuffer class. | |
typedef System::SmartPtr< System::Text::EncoderReplacementFallback > | EncoderReplacementFallbackPtr |
An alias for a smart pointer that points to an instance of System::Text::EncoderReplacementFallback class. | |
typedef System::SmartPtr< System::Text::Encoding > | EncodingPtr |
An alias for a smart pointer that points to an instance of System::Text::Encoding class. | |
typedef System::SmartPtr< System::Text::EncodingInfo > | EncodingInfoPtr |
An alias for a smart pointer that points to an instance of System::Text::EncodingInfo class. | |
typedef System::SmartPtr< System::IO::Stream > | StreamPtr |
An alias for a smart pointer that points to an instance of System::IO::Stream class. | |
typedef System::SmartPtr< System::IO::FileStream > | FileStreamPtr |
An alias for a smart pointer that points to an instance of System::IO::FileStream class. | |
typedef System::SmartPtr< System::IO::MemoryStream > | MemoryStreamPtr |
An alias for a smart pointer that points to an instance of System::IO::MemoryStream class. | |
typedef System::SmartPtr< System::IO::StreamReader > | StreamReaderPtr |
An alias for a smart pointer that points to an instance of System::IO::StreamReader class. | |
typedef System::SmartPtr< System::IO::StreamWriter > | StreamWriterPtr |
An alias for a smart pointer that points to an instance of System::IO::StreamWriter class. | |
typedef System::SmartPtr< System::IO::FileInfo > | FileInfoPtr |
An alias for a smart pointer that points to an instance of System::IO::FileInfo class. | |
typedef System::SmartPtr< System::IO::FileSystemInfo > | FileSystemInfoPtr |
An alias for a smart pointer that points to an instance of System::IO::FileSystemInfo class. | |
typedef System::SmartPtr< System::IO::DirectoryInfo > | DirectoryInfoPtr |
An alias for a smart pointer that points to an instance of System::IO::DirectoryInfo class. | |
template<class... Args> | |
using | Action = MulticastDelegate<void(Args...)> |
Delegate type that references methods that have no return value. | |
typedef System::ArrayPtr< uint8_t > | ByteArrayPtr |
An alias for a smart pointer object that points to an array of unsigned 8-bit integers. | |
using | AsyncCallback = System::MulticastDelegate<void(SharedPtr<IAsyncResult>)> |
A delegate type that represents a method to be called when asynchronous operation completes. | |
using | BadImageFormatException = System::ExceptionWrapper<Details_BadImageFormatException> |
The exception that is thrown when the file image of a dynamic link library (DLL) or an executable program is invalid. Never wrap the BadImageFormatException class instances into System::SmartPtr. | |
template<class TInput , class TOutput > | |
using | Converter = MulticastDelegate<TOutput(TInput)> |
Represents a pointer to the invokable entity that accepts a single argument of the TInput type and returns a value of the TOutput type. | |
template<class... Args> | |
using | Event = MulticastDelegate<Args...> |
Represents an event - a mechanism through which subscribers are notified about an occurence of interest by means of a delegate invocation. | |
typedef SharedPtr< EventArgs > | EventArgsPtr |
Shared pointer to an instance of EventArgs class. | |
template<class TEventArgs = SharedPtr<EventArgs>> | |
using | EventHandler = MulticastDelegate<void(System::SharedPtr<Object>, TEventArgs)> |
Represents a method that reacts to and processes an event. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. | |
using | ExceptionPtr = System::SmartPtr<Details_Exception> |
Type alias used by exception wrappers. | |
using | Exception = ExceptionWrapper<Details_Exception> |
Alias to be used instead of Details::Exception. | |
typedef SharedPtr< IAsyncResult > | IAsyncResultPtr |
Shared pointer to IAsyncResult. | |
template<class T > | |
using | MakeConstRef_t = typename MakeConstRef<T>::type |
Helper type for MakeConstRef modifier. | |
template<class T > | |
using | Predicate = MulticastDelegate<bool(T)> |
Represents a pointer to a predicate - an invokable entity that accepts a single argument and returns a bool value. | |
template<typename T > | |
using | ArrayPtr = SmartPtr<Array<T>> |
Alias for 'pointer to array' type. | |
template<typename T > | |
using | SharedPtr = SmartPtr<T> |
Alias for smart pointer widely used in the library. | |
typedef SharedPtr< StringComparer > | StringComparerPtr |
An alias for a shared pointer to an instance of StringComparer class. | |
typedef SharedPtr< TimeZone > | TimeZonePtr |
Shared pointer to an instance of TimeZone class. | |
typedef SharedPtr< TimeZoneInfo > | TimeZoneInfoPtr |
Alias for shared pointer to an instance of TimeZoneInfo class. | |
Enumerations | |
enum class | Base64FormattingOptions |
Enumeration containing values that represent different formats of base-64 encoded data. More... | |
enum class | DateTimeKind |
Enumeration values of which represent the kinds of date and time. More... | |
enum class | DayOfWeek : int |
Enumeration that represents a day of week. More... | |
enum | EnvironmentVariableTarget |
Specifies the environment variable location. More... | |
enum class | MidpointRounding |
Specifies the behavior of rounding functions. More... | |
enum class | PlatformID |
Represents an operating system platform. More... | |
enum class | SmartPtrMode : char |
SmartPtr pointer type: weak or shared. Defines whether pointer is being counted when it is being decided whether to delete object or not. More... | |
enum class | StringSplitOptions |
Determines string splitting behavior. More... | |
enum class | StringComparison |
Defines string comparison style. More... | |
enum class | TypeCode |
Represents the type of an object. More... | |
enum class | UriKind |
Represents the kinds of URIs. More... | |
enum class | UriComponents |
Represents URI components. More... | |
enum class | UriFormat |
Specifies how the URI is escaped. More... | |
enum class | UriHostNameType |
Represents the type of host name. More... | |
enum class | UriPartial |
Represents the parts of a URI for the Uri.GetLeftPart method. More... | |
Functions | |
template<typename T > | |
ArrayPtr< T > | MakeArray (std::initializer_list< T > init) |
A factory function that constructs a new Array object, fills it with the elements from the specified initialization list and returns a smart pointer pointing to the Array object. | |
template<class T , class... Args> | |
ArrayPtr< T > | MakeArray (Args &&... args) |
A factory function that constructs a new Array object passing the specified arguments to its constructor. | |
template<class T , class Integral , class... Args> | |
std::enable_if< std::is_integral< Integral >::value, ArrayPtr< T > >::type | MakeArray (Integral size, Args &&... args) |
A factory function that constructs a new Array object passing the specified arguments to its constructor. | |
template<typename T > | |
bool | operator== (ArraySegment< T > a, ArraySegment< T > b) |
template<typename T > | |
bool | operator!= (ArraySegment< T > a, ArraySegment< T > b) |
constexpr bool | operator== (std::nullptr_t, DateTime) |
constexpr bool | operator!= (std::nullptr_t, DateTime) |
constexpr bool | operator< (std::nullptr_t, DateTime) |
constexpr bool | operator<= (std::nullptr_t, DateTime) |
constexpr bool | operator> (std::nullptr_t, DateTime) |
constexpr bool | operator>= (std::nullptr_t, DateTime) |
void | PrintTo (DateTime value, std::ostream *stream) |
Prints value to ostream. Mostly used for debug. | |
std::ostream & | operator<< (std::ostream &stream, DateTime date_time) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, DateTime date_time) |
Insert data into the stream. | |
constexpr bool | operator== (std::nullptr_t, const DateTimeOffset &) |
constexpr bool | operator!= (std::nullptr_t, const DateTimeOffset &) |
constexpr bool | operator< (std::nullptr_t, const DateTimeOffset &) |
constexpr bool | operator<= (std::nullptr_t, const DateTimeOffset &) |
constexpr bool | operator> (std::nullptr_t, const DateTimeOffset &) |
constexpr bool | operator>= (std::nullptr_t, const DateTimeOffset &) |
void | PrintTo (DateTimeOffset value, std::ostream *stream) |
Prints value to ostream. Mostly used for debug. | |
std::ostream & | operator<< (std::ostream &stream, DateTimeOffset value) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, DateTimeOffset value) |
Insert data into the stream. | |
auto | operator- (DayOfWeek a, DayOfWeek b) |
Calculates the number of days between two days of week. | |
template<typename T , typename _ = typename std::enable_if<std::is_arithmetic<T>::value>::type> | |
Decimal | operator+ (const T &x, const Decimal &d) |
Returns a new instance of Decimal class that represents a value that is a sum of the specified value and the value represented by the specified Decimal object. | |
template<typename T , typename _ = typename std::enable_if<std::is_arithmetic<T>::value>::type> | |
Decimal | operator- (const T &x, const Decimal &d) |
Returns a new instance of Decimal class that represents a value that is the result of subtraction of the value represented by the specified Decimal object from the specified value. | |
template<typename T , typename _ = typename std::enable_if<std::is_arithmetic<T>::value>::type> | |
Decimal | operator* (const T &x, const Decimal &d) |
Returns a new instance of Decimal class that represents a value that is a result of multiplication of the specified value and the value represented by the specified Decimal object. | |
template<typename T , typename _ = typename std::enable_if<std::is_arithmetic<T>::value>::type> | |
Decimal | operator/ (const T &x, const Decimal &d) |
Returns a new instance of Decimal class that represents a value that is a result of division of the specified value and the value represented by the specified Decimal object. | |
void | PrintTo (const Decimal &d, ::std::ostream *os) |
Writes the value represented by the specified object to the specified output stream. | |
std::ostream & | operator<< (std::ostream &stream, const Decimal &decimal) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, const Decimal &decimal) |
Insert data into the stream. | |
template<typename T > | |
std::enable_if< IsExceptionWrapper< T >::value, constT & >::type | Default () |
Returns the default-constructed instance of the specified type. | |
template<typename T > | |
std::enable_if<!IsExceptionWrapper< T >::value, constT & >::type | Default () |
Returns the default-constructed instance of the specified type. | |
template<typename T , typename F > | |
std::enable_if_t< Details::is_lambda_void_void< T >::value > | DoTryFinally (T &&tryBlock, F &&finallyBlock) |
The sigle function that emulates behavior of C#'s try[-catch]-finally statement. During translation of C#'s try[-catch]-finally statement with translator's option finally_statement_as_lambda set to true, the statement is translated into the invocation of this method. | |
template<typename T , typename F > | |
std::enable_if_t< Details::is_lambda_void_boolref< T >::value, bool > | DoTryFinally (T &&tryBlock, F &&finallyBlock) |
The sigle function that emulates behavior of C#'s try[-catch]-finally statement. During translation of C#'s try[-catch]-finally statement with translator's option finally_statement_as_lambda set to true, the statement is translated into the invocation of this method. This overload handles the case in which the return value of the function object that implements the try[-catch] part of the try[-catch]-finally statement is bool. | |
template<typename T , typename F > | |
std::enable_if_t< Details::is_lambda_nonovoid_boolref< T >::value, std::optional< Details::ResultOf< T, bool & > > > | DoTryFinally (T &&tryBlock, F &&finallyBlock) |
The sigle function that emulates behavior of C#'s try[-catch]-finally statement. During translation of C#'s try[-catch]-finally statement with translator's option finally_statement_as_lambda set to true, the statement is translated into the invocation of this method. This overload handles the case in which the return value of the function object that implements the try[-catch] part of the try[-catch]-finally statement is bool&. | |
template<typename T , SmartPtrMode trunkMode, unsigned int ... weakLeafs> | |
DynamicWeakPtr< T, trunkMode, weakLeafs... >::Reference | Ref (DynamicWeakPtr< T, trunkMode, weakLeafs... > &ptr) |
Creates reference to DynamicWeakPtr object. Used by translator when passing function arguments by reference. | |
template<typename T > | |
decltype(Ref(std::declval< T & >())) | Ref (const std::reference_wrapper< T > &wrapper) |
Wrapper to make sure Ref(std::ref(DynamicWeakPtr)) works. | |
template<typename T , typename Enumerable > | |
std::enable_if_t<!Details::IsIterable< Enumerable >::value, Details::EnumeratorAdapter< Enumerable, T > > | IterateOver (System::SmartPtr< Enumerable > enumerable) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable without begin(), end() methods with target type argument for (auto& value : IterateOver<SomeType>(enumerable)) | |
template<typename Enumerable > | |
std::enable_if_t<!Details::IsIterable< Enumerable >::value, Details::EnumeratorAdapter< Enumerable > > | IterateOver (System::SmartPtr< Enumerable > enumerable) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable without begin(), end() methods with default target type argument for (auto& value : IterateOver(enumerable)) analog to the following C# code foreach (var value in enumerable) | |
template<typename Enumerable > | |
std::enable_if_t< Details::IsIterable< Enumerable >::value, System::SmartPtr< Enumerable > > | IterateOver (System::SmartPtr< Enumerable > enumerable) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable with begin(), end() methods with default target type argument for (auto& value : IterateOver(enumerable)) | |
template<typename T , typename Enumerable > | |
std::enable_if_t< Details::IsIterable< Enumerable >::value &&std::is_same< typename Details::ReturnTypeTrait< T >::ReturnType, Details::IterableValueType< Enumerable > >::value, System::SmartPtr< Enumerable > > | IterateOver (System::SmartPtr< Enumerable > enumerable) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable with begin(), end() methods with target type same as original value_type of iterator. | |
template<typename T , typename Enumerable > | |
std::enable_if_t< Details::IsIterable< Enumerable >::value &&!std::is_same< typename Details::ReturnTypeTrait< T >::ReturnType, Details::IterableValueType< Enumerable > >::value, Details::CppIteratorAdapter< Enumerable, T > > | IterateOver (System::SmartPtr< Enumerable > enumerable) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable with begin(), end() methods with different target type and original value_type of iterator. | |
template<typename Enumerable > | |
std::enable_if_t<!IsSmartPtr< Enumerable >::value, Details::EnumeratorAdapter< Enumerable, Details::ValueTypeOfEnumerable< Enumerable >, Enumerable * > > | IterateOver (const Enumerable *enumerable) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable this with default target type. | |
template<typename T , typename Enumerable > | |
std::enable_if_t<!IsSmartPtr< Enumerable >::value, Details::EnumeratorAdapter< Enumerable, T, Enumerable * > > | IterateOver (const Enumerable *enumerable) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable without begin(), end() methods with target type argument for (auto& value : IterateOver<SomeType>(enumerable)) | |
void | PrintTo (const Details_Exception &exception, std::ostream *stream) |
Prints value to ostream. Mostly used for debug. | |
template<typename T > | |
void | PrintTo (const ExceptionWrapper< T > &exception_wrapper, std::ostream *stream) |
Prints value to ostream. Mostly used for debug. | |
std::ostream & | operator<< (std::ostream &stream, const Exception &exception) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, const Exception &exception) |
Insert data into the stream. | |
template<typename T > | |
std::enable_if< std::is_scalar< T >::value, int >::type | GetHashCode (const T &obj) |
Returns a hash code for the specified scalar value. | |
template<typename T > | |
std::enable_if<!std::is_scalar< T >::value &&System::IsSmartPtr< T >::value, int >::type | GetHashCode (const T &obj) |
Returns a hash code for the specified object. | |
template<typename T > | |
std::enable_if< System::IsExceptionWrapper< T >::value, int >::type | GetHashCode (const T &obj) |
Returns a hash code for the specified object which is exception. | |
template<typename T > | |
std::enable_if<!std::is_scalar< T >::value &&!System::IsSmartPtr< T >::value &&!System::IsExceptionWrapper< T >::value, int >::type | GetHashCode (const T &obj) |
Returns a hash code for the specified object which is not a smart pointer nor exception. | |
template<> | |
int | GetHashCode (const std::thread::id &id) |
Specialization for std::thread::id; Returns the hash code for the specified thread object. | |
void | PrintTo (const Guid &value, std::ostream *stream) |
Prints value to ostream. Mostly used for debug. | |
std::ostream & | operator<< (std::ostream &stream, const Guid &guid) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, const Guid &guid) |
Insert data into the stream. | |
template<typename T > | |
MulticastDelegate< T > | operator+ (MulticastDelegate< T > lhv, MulticastDelegate< T > rhv) |
Connects all callbacks from right hand delegate to the end of left hand delegate callback list. | |
template<typename T > | |
MulticastDelegate< T > | operator- (MulticastDelegate< T > lhv, MulticastDelegate< T > rhv) |
Disconnects all callbacks in right hand delegate from the end of left hand delegate callback list. | |
template<typename T > | |
bool | operator== (std::nullptr_t, const Nullable< T > &other) |
Determines if the specified Nullable object represents a value that is equal to null. | |
template<typename T > | |
bool | operator!= (std::nullptr_t, const Nullable< T > &other) |
Determines if the specified Nullable object represents a value that is not equal to null. | |
template<typename T > | |
bool | operator> (std::nullptr_t, const Nullable< T > &) |
Always returns false. | |
template<typename T > | |
bool | operator< (std::nullptr_t, const Nullable< T > &) |
Always returns false. | |
template<typename T > | |
bool | operator>= (std::nullptr_t, const Nullable< T > &) |
Always returns false. | |
template<typename T > | |
bool | operator<= (std::nullptr_t, const Nullable< T > &) |
Always returns false. | |
template<typename T1 , typename T2 > | |
std::enable_if<!IsNullable< T1 >::value, bool >::type | operator== (const T1 &some, const Nullable< T2 > &other) |
Determines if the specified value is equal to the value represented by the specified Nullable object by applying operator==() to these values. | |
template<typename T1 , typename T2 > | |
std::enable_if<!IsNullable< T1 >::value, bool >::type | operator!= (const T1 &some, const Nullable< T2 > &other) |
Determines if the specified value is not equal to the value represented by the specified Nullable object by applying operator!=() to these values. | |
template<typename T1 , typename T2 > | |
std::enable_if<!IsNullable< T1 >::value, bool >::type | operator> (const T1 &some, const Nullable< T2 > &other) |
Determines if the specified value is greater than the value represented by the specified Nullable object by applying operator>() to these values. | |
template<typename T1 , typename T2 > | |
std::enable_if<!IsNullable< T1 >::value, bool >::type | operator< (const T1 &some, const Nullable< T2 > &other) |
Determines if the specified value is less than the value represented by the specified Nullable object by applying operator<() to these values. | |
template<typename T1 , typename T2 > | |
std::enable_if<!IsNullable< T1 >::value, bool >::type | operator>= (const T1 &some, const Nullable< T2 > &other) |
Determines if the specified value is greater or equal to the value represented by the specified Nullable object by applying operator>=() to these values. | |
template<typename T1 , typename T2 > | |
std::enable_if<!IsNullable< T1 >::value, bool >::type | operator<= (const T1 &some, const Nullable< T2 > &other) |
Determines if the specified value is less or equal to the value represented by the specified Nullable object by applying operator<=() to these values. | |
template<typename T1 , typename T2 , typename = typename std::enable_if<!IsNullable<T1>::value && !IsNullable<T2>::value && !std::is_same<T1, System::String>::value, int>::type> | |
auto | operator+ (const T1 &some, const Nullable< T2 > &other) -> System::Nullable< decltype(some+other.get_Value())> |
Sums non-nullable and nullable values. | |
template<typename T1 , typename T2 , typename = typename std::enable_if<!IsNullable<T1>::value && !IsNullable<T2>::value && !std::is_same<T1, System::String>::value, int>::type> | |
auto | operator- (const T1 &some, const Nullable< T2 > &other) -> System::Nullable< decltype(some - other.get_Value())> |
Subtracts non-nullable and nullable values. | |
template<typename T > | |
void | PrintTo (const Nullable< T > &value, std::ostream *stream) |
Prints value to ostream. Mostly used for debug. | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &stream, const Nullable< T > &value) |
Insert data into the stream using UTF-8 encoding. | |
template<typename T > | |
std::wostream & | operator<< (std::wostream &stream, const Nullable< T > &value) |
Insert data into the stream. | |
template<typename TTo , typename TFrom > | |
std::enable_if<!IsExceptionWrapper< TTo >::value, typenameCastResult< TTo >::type >::type | Cast_noexcept (SmartPtr< TFrom > const &obj) |
Performs cast on SmartPtr objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if<!IsExceptionWrapper< TTo >::value, typenameCastResult< TTo >::type >::type | Cast (SmartPtr< TFrom > const &obj) |
Performs cast on SmartPtr objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if< IsExceptionWrapper< TFrom >::value &&IsExceptionWrapper< TTo >::value &&(std::is_convertible< TTo, TFrom >::value||std::is_base_of< TTo, TFrom >::value), TTo >::type | DynamicCast_noexcept (const TFrom &obj) noexcept |
Old obsolete casts. Will be removed in future versions. | |
template<typename TTo , typename TFrom > | |
std::enable_if< IsExceptionWrapper< TFrom >::value &&IsExceptionWrapper< TTo >::value &&(std::is_convertible< TTo, TFrom >::value||std::is_base_of< TTo, TFrom >::value), TTo >::type | DynamicCast (const TFrom &obj) |
Performs dynamic cast on Exception objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if<!IsExceptionWrapper< TTo >::value, typenameCastResult< TTo >::type >::type | StaticCast_noexcept (SmartPtr< TFrom > const &obj) |
Performs static cast on SmartPtr objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if<!IsExceptionWrapper< TTo >::value, typenameCastResult< TTo >::type >::type | StaticCast (SmartPtr< TFrom > const &obj) |
Performs static cast on SmartPtr objects. | |
template<typename TTo , typename TFrom > | |
CastResult< TTo >::type | StaticCast_noexcept (WeakPtr< TFrom > const &obj) |
Performs static cast on WeakPtr objects. | |
template<typename TTo , typename TFrom > | |
CastResult< TTo >::type | StaticCast (WeakPtr< TFrom > const &obj) |
Performs static cast on WeakPtr objects. | |
template<typename TTo > | |
CastResult< TTo >::type | StaticCast (std::nullptr_t) |
Performs static cast of null objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if< std::is_arithmetic< TFrom >::value, TTo >::type | StaticCast (TFrom value) |
Specialization for arithmetic types. | |
template<typename TTo > | |
std::enable_if< std::is_same< TTo, System::String >::value, TTo >::type | StaticCast (TTo value) |
Process cast from String to String. | |
template<typename TTo , typename TFrom > | |
std::enable_if< std::is_arithmetic< TFrom >::value, TTo >::type | StaticCast (const TFrom *value) |
Specialization for arithmetic types. | |
template<typename TTo , typename TFrom > | |
std::enable_if<!std::is_same< TFrom, System::String >::value &&!IsExceptionWrapper< TFrom >::value &&!IsSmartPtr< TFrom >::value &&!std::is_arithmetic< TFrom >::value, TTo >::type | StaticCast (const TFrom &obj) |
Performs static cast on non-pointer objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if<!IsExceptionWrapper< TTo >::value, typenameCastResult< TTo >::type >::type | DynamicCast_noexcept (SmartPtr< TFrom > const &obj) noexcept |
Performs dynamic cast on SmartPtr objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if< IsExceptionWrapper< TFrom >::value &&IsExceptionWrapper< TTo >::value &&(std::is_convertible< TTo, TFrom >::value||std::is_base_of< TTo, TFrom >::value), TTo >::type | StaticCast_noexcept (const TFrom &obj) |
Performs static cast on Exception objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if< IsExceptionWrapper< TFrom >::value &&IsExceptionWrapper< TTo >::value &&(std::is_convertible< TTo, TFrom >::value||std::is_base_of< TTo, TFrom >::value), TTo >::type | StaticCast (const TFrom &obj) |
Performs static cast on Exception objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if<!std::is_enum< TTo >::value &&!IsExceptionWrapper< TTo >::value, typenameCastResult< TTo >::type >::type | DynamicCast (SmartPtr< TFrom > const &obj) |
Performs dynamic cast on SmartPtr objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if< std::is_enum< TTo >::value, TTo >::type | DynamicCast (SmartPtr< TFrom > obj) |
Unboxes boxed enum via cast. | |
template<typename TTo > | |
CastResult< TTo >::type | DynamicCast (std::nullptr_t) noexcept |
Performs dynamic cast of null objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if<!IsExceptionWrapper< TFrom >::value &&!IsSmartPtr< TFrom >::value &&std::is_convertible< TTo, TFrom >::value, TTo >::type | DynamicCast (TFrom &obj) |
Performs dynamic cast on non-pointer objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if< std::is_same< System::Object, TFrom >::value &&IsExceptionWrapper< TTo >::value, TTo >::type | StaticCast_noexcept (SmartPtr< TFrom > obj) noexcept |
Performs static cast on Objects to Exception objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if< std::is_same< System::Object, TFrom >::value &&IsExceptionWrapper< TTo >::value, TTo >::type | StaticCast (SmartPtr< TFrom > obj) noexcept |
Performs static cast on Objects to Exception objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if< std::is_same< System::Object, TFrom >::value &&IsExceptionWrapper< TTo >::value, TTo >::type | DynamicCast_noexcept (SmartPtr< TFrom > obj) noexcept |
Performs dynamic cast on Objects to Exception objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if< std::is_same< System::Object, TFrom >::value &&IsExceptionWrapper< TTo >::value, TTo >::type | DynamicCast (SmartPtr< TFrom > obj) |
Performs dynamic cast on Objects to Exception objects. | |
template<typename TTo , typename TFrom > | |
std::enable_if< std::is_pointer< TTo >::value &&std::is_same< IntPtr, TFrom >::value, TTo >::type | DynamicCast (TFrom value) noexcept |
Performs dynamic cast from IntPtr to pointer. | |
template<typename TTo , typename TFrom > | |
CastResult< TTo >::type | ConstCast (const SmartPtr< TFrom > &obj) |
End of deprecated casts. | |
template<typename TTo , typename TFrom > | |
CastResult< TTo >::type | ForceStaticCast (SmartPtr< TFrom > const &obj) |
Performs real static cast on SmartPtr objects. | |
template<typename T > | |
SmartPtr< Object > | MemberwiseClone (T *ptr) |
Performs memberwise cloning using copy constructor. | |
void | PrintTo (const System::Object &value, std::ostream *stream) |
Prints value to ostream. Mostly used for debug. | |
std::ostream & | operator<< (std::ostream &stream, const System::Object &object) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, const System::Object &object) |
Insert data into the stream. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::None, Result > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used when the source and the result types are the same. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Static, Result > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used when simple constructor-like cast is needed. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Exception, Result > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used for exception wrappers. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::ObjectToException, Result > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used for casting object to exception. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Pointer, typename CastResult< Result >::type > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used when the source and result both are smart pointers (without expicit SmartPtr<...> in result type). | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::RawPointer, typename CastResult< std::remove_pointer_t< Result > >::type > | ExplicitCast (Source value) |
Casts the source type to the result type using explicit cast. Used when the casting raw pointer to smart pointer. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::PointerToPointer, Result > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used when the source and result both are smart pointers (with expicit SmartPtr<...> in result type). | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::UnboxingToNullable, Result > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used for unboxing object to nullable. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::NullableBoxing, Result > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used to box nullable. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::NullableUnboxing, Result > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used for unboxing nullable object. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::EnumBoxing, SmartPtr< BoxedValueBase > > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used for enum boxing. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Boxing, typename CastResult< Result >::type > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used for common boxing. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::StringBoxing, typename CastResult< Result >::type > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used for System::String boxing. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Unboxing, Result > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used for common unboxing. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Null, typename CastResult< Result >::type > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used for nullptr casting. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Array, typename CastResult< Result >::type > | ExplicitCast (const Source &value) |
Casts the source type to the result type using explicit cast. Used for casting between arrays. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Static, Result > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used when simple constructor-like cast is needed. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::None, Result > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used when the source and the result types are the same. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Exception, Result > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used for exception wrappers. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::ObjectToException, Result > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used for casting object to exception. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Pointer, typename CastResult< Result >::type > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used when the source and result both are smart pointers. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::PointerToPointer, Result > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used when the source and result both are smart pointers (with expicit SmartPtr<...> in result type). | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::UnboxingToNullable, Result > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used for unboxing object to nullable. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::NullableBoxing, Result > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used for boxing nullable object. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Boxing, typename CastResult< Result >::type > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used for boxing common object. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::UnboxingToString, Result > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used for string unboxing. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Null, typename CastResult< Result >::type > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used for nullptr casing. | |
template<typename Result , typename Source > | |
std::enable_if_t< Details::CastType< Source, Result >::Array, typename CastResult< Result >::type > | AsCast (const Source &value) |
Casts the source type to the result type using 'as' operator cast. Used to cast between arrays. | |
template<> | |
const System::TypeInfo & | ObjectType::GetType< System::String > () |
Implements typeof() translation. Overload for String. | |
template<> | |
const System::TypeInfo & | ObjectType::GetType< System::DateTime > () |
Implements typeof() translation. Overload for DateTime. | |
std::ostream & | operator<< (std::ostream &stream, const OperatingSystem &os) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, const OperatingSystem &os) |
Insert data into the stream. | |
template<typename TA , typename TB > | |
bool | Equals (const TA &a, const TB &b) |
Determines the equality of two values applying operator==() to them. | |
template<> | |
bool | Equals< float, float > (const float &a, const float &b) |
Specialization for single-precision floating point values. Although two floating point NaNs are defined by IEC 60559:1989 to always compare as unequal, the contract for System.Object.Equals, requires that overrides must satisfy the requirements for an equivalence operator. Therefore, System.Double.Equals and System.Single.Equals return True when comparing two NaNs, while the equality operator returns False in that case, as required by the standard. | |
template<> | |
bool | Equals< double, double > (const double &a, const double &b) |
Specialization for double-precision floating point values. | |
template<typename TA , typename TB > | |
std::enable_if_t<!std::is_floating_point< TA >::value &&!std::is_floating_point< TB >::value, int > | Compare (const TA &a, const TB &b) |
Compares two values. | |
template<typename TA , typename TB > | |
std::enable_if_t< std::is_floating_point< TA >::value &&std::is_floating_point< TB >::value, int > | Compare (const TA &a, const TB &b) |
Compares two floating point values. | |
template<typename T > | |
bool | IsNaN (const T &value) |
Determines if the specified value is Not-A-Number value. | |
template<typename T > | |
bool | IsInfinity (const T &value) |
Determines if the specified value represents infinity. | |
template<typename T > | |
bool | IsPositiveInfinity (const T &value) |
Determines if the specified value represents positive infinity. | |
template<typename T > | |
bool | IsNegativeInfinity (const T &value) |
Determines if the specified value represents negative infinity. | |
template<typename TTo , typename TFrom > | |
TTo | CheckedCast (TFrom value) |
Determines if the specified value falls into the range of values of type TTo and if it does casts it to the type TTo . | |
template<typename F > | |
ScopeGuard< F > | MakeScopeGuard (F f) |
A factory function that creates instances of ScopedGuard class. | |
template<typename T , typename T2 > | |
T | setter_wrap (void(*pSetter)(T2), T value) |
Overload for static setter functions with type conversion. | |
template<typename T , typename T2 , typename Host , typename HostSet > | |
std::enable_if< std::is_base_of< HostSet, Host >::value, T >::type | setter_wrap (Host *const host, void(HostSet::*pSetter)(T2), T value) |
Overload for instance setter functions with type conversion. | |
template<typename T > | |
T | setter_increment_wrap (T(*pGetter)(), void(*pSetter)(T)) |
Translator translates C#'s increment expressions targeting class' property that has setter and getter defined, into invocation of this function. | |
template<typename T , typename Host , typename HostGet , typename HostSet > | |
std::enable_if< std::is_base_of< HostGet, Host >::value &&std::is_base_of< HostSet, Host >::value, T >::type | setter_increment_wrap (Host *const host, T(HostGet::*pGetter)(), void(HostSet::*pSetter)(T)) |
Translator translates C#'s increment expressions targeting class' property that has setter and getter defined, into invocation of this function. | |
template<typename T > | |
T | setter_post_increment_wrap (T(*pGetter)(), void(*pSetter)(T)) |
Translator translates C#'s post-increment expressions targeting class' property that has setter and getter defined, into invocation of this function. | |
template<typename T , typename Host , typename HostGet , typename HostSet > | |
std::enable_if< std::is_base_of< HostGet, Host >::value &&std::is_base_of< HostSet, Host >::value, T >::type | setter_post_increment_wrap (Host *const host, T(HostGet::*pGetter)(), void(HostSet::*pSetter)(T)) |
Translator translates C#'s post-increment expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for non-const getter). | |
template<typename T , typename Host , typename HostConstGet , typename HostSet > | |
std::enable_if< std::is_base_of< HostConstGet, Host >::value &&std::is_base_of< HostSet, Host >::value, T >::type | setter_post_increment_wrap (Host *const host, T(HostConstGet::*pGetter)() const, void(HostSet::*pSetter)(T)) |
Translator translates C#'s post-increment expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for const getter). | |
template<typename T > | |
T | setter_decrement_wrap (T(*pGetter)(), void(*pSetter)(T)) |
Translator translates C#'s pre-decrement expressions targeting class' property that has setter and getter defined, into invocation of this function. | |
template<typename T , typename Host , typename HostGet , typename HostSet > | |
std::enable_if< std::is_base_of< HostGet, Host >::value &&std::is_base_of< HostSet, Host >::value, T >::type | setter_decrement_wrap (Host *const host, T(HostGet::*pGetter)(), void(HostSet::*pSetter)(T)) |
Translator translates C#'s pre-decrement expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for non-const getter). | |
template<typename T , typename Host , typename HostConstGet , typename HostSet > | |
std::enable_if< std::is_base_of< HostConstGet, Host >::value &&std::is_base_of< HostSet, Host >::value, T >::type | setter_decrement_wrap (Host *const host, T(HostConstGet::*pGetter)() const, void(HostSet::*pSetter)(T)) |
Translator translates C#'s pre-decrement expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for const getter). | |
template<typename T > | |
T | setter_post_decrement_wrap (T(*pGetter)(), void(*pSetter)(T)) |
Translator translates C#'s post-decrement expressions targeting class' property that has setter and getter defined, into invocation of this function. | |
template<typename T , typename Host , typename HostGet , typename HostSet > | |
std::enable_if< std::is_base_of< HostGet, Host >::value &&std::is_base_of< HostSet, Host >::value, T >::type | setter_post_decrement_wrap (Host *const host, T(HostGet::*pGetter)(), void(HostSet::*pSetter)(T)) |
Translator translates C#'s post-decrement expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for non-const getter). | |
template<typename T , typename Host , typename HostConstGet , typename HostSet > | |
std::enable_if< std::is_base_of< HostConstGet, Host >::value &&std::is_base_of< HostSet, Host >::value, T >::type | setter_post_decrement_wrap (Host *const host, T(HostConstGet::*pGetter)() const, void(HostSet::*pSetter)(T)) |
Translator translates C#'s post-decrement expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for const getter). | |
template<class T , class ... Args> | |
std::enable_if<!IsSmartPtr< T >::value, SmartPtr< T > >::type | MakeObject (Args &&... args) |
Creates object on heap and returns shared pointer to it. | |
template<class T , class ... Args> | |
std::enable_if< IsSmartPtr< T >::value, T >::type | MakeObject (Args &&... args) |
Creates object on heap and returns shared pointer to it. | |
template<class X , class Y > | |
bool | operator== (const SmartPtr< X > &x, const SmartPtr< Y > &y) |
Equal-compares two smart pointers. | |
template<class X , class Y > | |
bool | operator!= (const SmartPtr< X > &x, const SmartPtr< Y > &y) |
Non-equal-compares two smart pointers. | |
template<class X > | |
bool | operator== (std::nullptr_t, SmartPtr< X > const &x) |
Checks if smart pointer is null. | |
template<class X > | |
bool | operator!= (SmartPtr< X > const &x, std::nullptr_t) |
Checks if smart pointer is not null. | |
template<class X > | |
bool | operator!= (std::nullptr_t, SmartPtr< X > const &x) |
Checks if smart pointer is not null. | |
template<class X , class Y > | |
std::enable_if< std::is_base_of< Object, Y >::value &&detail::has_no_operator_equal< X, Y >::value, bool >::type | operator== (const SmartPtr< X > &x, const Y *y) |
Equality comparison smart pointer against simple (C) pointer. | |
template<class X , class Y > | |
std::enable_if< std::is_base_of< Object, Y >::value &&detail::has_no_operator_equal< X, Y >::value, bool >::type | operator!= (const SmartPtr< X > &x, const Y *y) |
Inequality comparison smart pointer against simple (C) pointer. | |
template<class X , class Y > | |
std::enable_if< std::is_base_of< Object, X >::value &&detail::has_no_operator_equal< X, Y >::value, bool >::type | operator== (const X *x, const SmartPtr< Y > &y) |
Equality comparison smart pointer against simple (C) pointer. | |
template<class X , class Y > | |
std::enable_if< std::is_base_of< Object, X >::value &&detail::has_no_operator_equal< X, Y >::value, bool >::type | operator!= (const X *x, const SmartPtr< Y > &y) |
Equality comparison smart pointer against simple (C) pointer. | |
template<class T > | |
std::enable_if<!std::is_scalar< T >::value &&!std::is_pointer< T >::value &&!std::is_array< T >::value &&detail::has_method_is_null< T >::value, bool >::type | operator== (T const &x, std::nullptr_t) |
Checks if value type object (translated C# structure, etc.) is null. | |
template<class T > | |
std::enable_if<!std::is_scalar< T >::value &&!std::is_pointer< T >::value &&!std::is_array< T >::value &&detail::has_method_is_null< T >::value, bool >::type | operator== (std::nullptr_t, T const &x) |
Checks if value type object (translated C# structure, etc.) is null. | |
template<class X > | |
SmartPtr< X > | MakeSharedPtr (X *p) |
Converts raw pointer to smart pointer. | |
template<class X > | |
SmartPtr< X > | MakeSharedPtr (const X *p) |
Converts raw pointer to smart pointer. Overload for const pointers. Useful e. g. when using 'this' variable in C# methods translated as const. | |
template<class Y , class X > | |
SmartPtr< Y > | static_pointer_cast (SmartPtr< X > const &x) |
Casts smart pointers using static_cast. | |
template<class Y , class X > | |
SmartPtr< Y > | dynamic_pointer_cast (SmartPtr< X > const &x) |
Casts smart pointers using dynamic_cast. | |
template<class Y , class X > | |
SmartPtr< Y > | const_pointer_cast (SmartPtr< X > const &x) |
Casts smart pointers using const_cast. | |
template<class T > | |
T * | get_pointer (System::SmartPtr< T > const &x) |
Gets referenced object of smart pointer. | |
template<typename T > | |
T & | Ref (T &value) |
Helper function to acquire references to objects. Used to guarantee that System::DynamicWeakPtr updates referenced object after assignments. | |
template<typename T > | |
std::enable_if_t< detail::has_print_to_function< T >::value, void > | PrintTo (const SmartPtr< T > &object_ptr, std::ostream *stream) |
Prints value to ostream. Mostly used for debug. | |
template<typename T > | |
std::enable_if_t<!detail::has_print_to_function< T >::value, void > | PrintTo (const SmartPtr< T > &object_ptr, std::ostream *stream) |
Prints value to ostream. Mostly used for debug. | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &stream, const SharedPtr< T > &object_ptr) |
Insert data into the stream using UTF-8 encoding. | |
template<typename T > | |
std::wostream & | operator<< (std::wostream &stream, const SharedPtr< T > &object_ptr) |
Insert data into the stream. | |
template<class To , class From > | |
std::enable_if<!System::detail::has_method_get_Count< From >::value, Collections::Generic::ListPtr< To > >::type | CastEnumerableTo (const From &enumerable) |
Performs the explicit casting of elements of the specified enumerable object to different type. | |
template<class To , class From > | |
std::enable_if< System::detail::has_method_get_Count< From >::value, Collections::Generic::ListPtr< To > >::type | CastEnumerableTo (const From &enumerable) |
Performs the explicit casting of elements of the specified enumerable object to different type. | |
template<typename To , typename From > | |
std::enable_if_t< System::IsSmartPtr< From >::value, System::SharedPtr< System::Array< To > > > | StaticCastArray (const System::SharedPtr< System::Array< From > > &from) |
Performs casting of elements of the specified array to different type. Override for cases then From is SmartPtr obj. | |
template<typename To , typename From > | |
std::enable_if_t<!System::IsSmartPtr< From >::value &&System::IsBoxable< From >::value &&std::is_same< To, System::SharedPtr< Object > >::value, System::SharedPtr< System::Array< To > > > | StaticCastArray (const System::SharedPtr< System::Array< From > > &from) |
Performs casting of elements of the specified array to different type. Override for cases then From is Boxable and To is Object[]. | |
template<class To , class From > | |
SharedPtr< Array< To > > | DynamicCastArray (const SharedPtr< Array< From > > &from) |
Performs casting of elements of the specified array to different type. | |
template<typename T > | |
std::enable_if< IsStringLiteral< T, char_t >::value, String >::type | operator+ (T &left, const String &right) |
String concatenation. | |
template<typename T > | |
std::enable_if< IsStringPointer< T, char_t >::value, String >::type | operator+ (T &left, const String &right) |
String concatenation. | |
String | operator+ (const char_t left, const String &right) |
String concatenation. | |
template<class Chars , typename std::enable_if< IsStringLiteral< Chars, char_t >::value >::type * = nullptr> | |
bool | operator== (Chars &left, const String &right) |
String comparison. | |
template<class T , typename std::enable_if< IsStringPointer< T, char_t >::value >::type * = nullptr> | |
bool | operator== (T &left, const String &right) |
String comparison. | |
template<class Chars , typename std::enable_if< IsStringLiteral< Chars, char_t >::value >::type * = nullptr> | |
bool | operator!= (Chars &left, const String &right) |
String comparison. | |
template<class T , typename std::enable_if< IsStringPointer< T, char_t >::value >::type * = nullptr> | |
bool | operator!= (T &left, const String &right) |
String comparison. | |
bool | operator== (const SharedPtr< Object > &left, const String &right) |
Object and string comparison. | |
bool | operator!= (const SharedPtr< Object > &left, const String &right) |
Object and string comparison. | |
bool | operator== (std::nullptr_t, const String &str) |
Checks if string is null. | |
bool | operator!= (std::nullptr_t, const String &str) |
Checks if string is null. | |
std::ostream & | operator<< (std::ostream &os, const String &str) |
Outputs a string to the output stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &os, const String &str) |
Outputs a string to the output stream. | |
std::istream & | operator>> (std::istream &in, String &str) |
Gets a string from the input streamusing UTF-8 encoding. | |
std::wistream & | operator>> (std::wistream &in, String &str) |
Gets a string from the input stream. | |
void | PrintTo (const System::String &value, std::ostream *os) |
Prints string to ostream. Mostly used for debug. | |
constexpr bool | operator== (std::nullptr_t, TimeSpan) |
constexpr bool | operator!= (std::nullptr_t, TimeSpan) |
constexpr bool | operator< (std::nullptr_t, TimeSpan) |
constexpr bool | operator<= (std::nullptr_t, TimeSpan) |
constexpr bool | operator> (std::nullptr_t, TimeSpan) |
constexpr bool | operator>= (std::nullptr_t, TimeSpan) |
void | PrintTo (TimeSpan value, std::ostream *stream) |
Prints value to ostream. Mostly used for debug. | |
std::ostream & | operator<< (std::ostream &stream, TimeSpan time_span) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, TimeSpan time_span) |
Insert data into the stream. | |
std::ostream & | operator<< (std::ostream &stream, const TypeInfo &type_info) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, const TypeInfo &type_info) |
Insert data into the stream. | |
bool | operator== (const SharedPtr< Uri > &uri1, const SharedPtr< Uri > &uri2) |
Determines if the URIs represented by the current and specified objects are equal. | |
bool | operator!= (const SharedPtr< Uri > &uri1, const SharedPtr< Uri > &uri2) |
Determines if the URIs represented by the current and specified objects are not equal. | |
std::ostream & | operator<< (std::ostream &stream, const Version &version) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, const Version &version) |
Insert data into the stream. | |
template<typename T > | |
void | PrintTo (const WeakPtr< T > &object_ptr, std::ostream *stream) |
Prints value to ostream. Mostly used for debug. | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &stream, const WeakPtr< T > &object_ptr) |
Insert data into the stream using UTF-8 encoding. | |
template<typename T > | |
std::wostream & | operator<< (std::wostream &stream, const WeakPtr< T > &object_ptr) |
Insert data into the stream. | |
bool | is_vp_test (const ::testing::TestInfo *test_info) |
std::string | ForEachMemberGVName () |
using System::Action = MulticastDelegate<void(Args...)> |
Delegate type that references methods that have no return value.
Args | Argument list of the methods the delegate references. |
using System::ArrayPtr = SmartPtr<Array<T>> |
Alias for 'pointer to array' type.
T | Array element type. |
typedef MulticastDelegate< void(SharedPtr< IAsyncResult >)> System::AsyncCallback = System::MulticastDelegate<void(SharedPtr<IAsyncResult>)> |
A delegate type that represents a method to be called when asynchronous operation completes.
using System::BadImageFormatException = System::ExceptionWrapper<Details_BadImageFormatException> |
The exception that is thrown when the file image of a dynamic link library (DLL) or an executable program is invalid. Never wrap the BadImageFormatException class instances into System::SmartPtr.
typedef System::ArrayPtr<uint8_t> System::ByteArrayPtr |
An alias for a smart pointer object that points to an array of unsigned 8-bit integers.
using System::Converter = MulticastDelegate<TOutput(TInput)> |
Represents a pointer to the invokable entity that accepts a single argument of the TInput
type and returns a value of the TOutput
type.
TInput | The type of the argument accepted by the invokable entity pointed to by the delegate |
TOutput | The type of the value returned by the invokable entity pointed to by the delegate |
An alias for a smart pointer that points to an instance of System::Text::DecoderFallbackBuffer class.
An alias for a smart pointer that points to an instance of System::Text::DecoderFallback class.
An alias for a smart pointer that points to an instance of System::Text::Decoder class.
typedef System::SmartPtr<System::Text::DecoderReplacementFallback> System::DecoderReplacementFallbackPtr |
An alias for a smart pointer that points to an instance of System::Text::DecoderReplacementFallback class.
An alias for a smart pointer that points to an instance of System::IO::DirectoryInfo class.
An alias for a smart pointer that points to an instance of System::Text::EncoderFallbackBuffer class.
An alias for a smart pointer that points to an instance of System::Text::EncoderFallback class.
An alias for a smart pointer that points to an instance of System::Text::Encoder class.
typedef System::SmartPtr<System::Text::EncoderReplacementFallbackBuffer> System::EncoderReplacementFallbackBufferPtr |
An alias for a smart pointer that points to an instance of System::Text::EncoderReplacementFallbackBuffer class.
typedef System::SmartPtr<System::Text::EncoderReplacementFallback> System::EncoderReplacementFallbackPtr |
An alias for a smart pointer that points to an instance of System::Text::EncoderReplacementFallback class.
An alias for a smart pointer that points to an instance of System::Text::EncodingInfo class.
An alias for a smart pointer that points to an instance of System::Text::Encoding class.
using System::Event = MulticastDelegate<Args...> |
Represents an event - a mechanism through which subscribers are notified about an occurence of interest by means of a delegate invocation.
Args | The types of arguments passed to the delegate when event is triggerreds. |
typedef SharedPtr<EventArgs> System::EventArgsPtr |
Shared pointer to an instance of EventArgs class.
using System::EventHandler = MulticastDelegate<void(System::SharedPtr<Object>, TEventArgs)> |
Represents a method that reacts to and processes an event. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type.
TEventArgs | The type of the argument that represents the context of the event |
using System::Exception = ExceptionWrapper<Details_Exception> |
Alias to be used instead of Details::Exception.
using System::ExceptionPtr = System::SmartPtr<Details_Exception> |
Type alias used by exception wrappers.
An alias for a smart pointer that points to an instance of System::IO::FileInfo class.
An alias for a smart pointer that points to an instance of System::IO::FileStream class.
An alias for a smart pointer that points to an instance of System::IO::FileSystemInfo class.
typedef SharedPtr<IAsyncResult> System::IAsyncResultPtr |
Shared pointer to IAsyncResult.
An alias for a smart pointer that points to an instance of System::IFormatProvider class.
using System::MakeConstRef_t = typename MakeConstRef<T>::type |
Helper type for MakeConstRef modifier.
An alias for a smart pointer that points to an instance of System::IO::MemoryStream class.
using System::Predicate = MulticastDelegate<bool(T)> |
Represents a pointer to a predicate - an invokable entity that accepts a single argument and returns a bool value.
T | The type of the argument accepted by the invokable entity pointed to by the Predicate delegate type. |
using System::SharedPtr = SmartPtr<T> |
Alias for smart pointer widely used in the library.
T | Pointee type. |
An alias for a smart pointer that points to an instance of System::IO::Stream class.
An alias for a smart pointer that points to an instance of System::IO::StreamReader class.
An alias for a smart pointer that points to an instance of System::IO::StreamWriter class.
An alias for a shared pointer to an instance of StringComparer class.
typedef SharedPtr<TimeZoneInfo> System::TimeZoneInfoPtr |
Alias for shared pointer to an instance of TimeZoneInfo class.
typedef SharedPtr<TimeZone> System::TimeZonePtr |
Shared pointer to an instance of TimeZone class.
|
strong |
|
strong |
|
strong |
Specifies the environment variable location.
Enumerator | |
---|---|
Process | Environment block associated with the current process. |
User | Registry key HKEY_CURRENT_USER\Environment. |
Machine | Registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment. |
|
strong |
|
strong |
|
strong |
SmartPtr pointer type: weak or shared. Defines whether pointer is being counted when it is being decided whether to delete object or not.
Enumerator | |
---|---|
Shared | Shared mode: pointer participates in reference counting. |
Weak | Weak mode: pointer does not participate in reference counting. |
|
strong |
Defines string comparison style.
|
strong |
|
strong |
Represents the type of an object.
Enumerator | |
---|---|
Empty | A null reference. |
Object | A general type representing any reference or value type not explicitly represented by another TypeCode. |
DBNull | A database null (column) value. |
Boolean | A simple type representing Boolean values of true or false. |
Char | An integral type representing unsigned 16-bit integers with values between 0 and 65535. |
SByte | An integral type representing signed 8-bit integers with values between -128 and 127. |
Byte | An integral type representing unsigned 8-bit integers with values between 0 and 255. |
Int16 | An integral type representing signed 16-bit integers with values between -32768 and 32767. |
UInt16 | An integral type representing unsigned 16-bit integers with values between 0 and 65535. |
Int32 | An integral type representing signed 32-bit integers with values between -2147483648 and 2147483647. |
UInt32 | An integral type representing unsigned 32-bit integers with values between 0 and 4294967295. |
Int64 | An integral type representing signed 64-bit integers with values between -9223372036854775808 and 9223372036854775807. |
UInt64 | An integral type representing unsigned 64-bit integers with values between 0 and 18446744073709551615. |
Single | A floating point type representing values ranging from approximately 1.5 x 10 -45 to 3.4 x 10 38 with a precision of 7 digits. |
Double | A floating point type representing values ranging from approximately 5.0 x 10 -324 to 1.7 x 10 308 with a precision of 15-16 digits. |
Decimal | A simple type representing values ranging from 1.0 x 10 -28 to approximately 7.9 x 10 28 with 28-29 significant digits. |
DateTime | A type representing a date and time value. |
String | A sealed class type representing Unicode character strings. |
|
strong |
Represents URI components.
Enumerator | |
---|---|
Scheme | The Scheme data. |
UserInfo | The UserInfo data. |
Host | The Host data. |
Port | The Port data. |
SchemeAndServer | The Scheme, Host and Port data. |
Path | The LocalPath data. |
Query | The Query data. |
PathAndQuery | The LocalPath and Query data. |
HttpRequestUrl | The Scheme, Host, Port, Query and LocalPath data. |
Fragment | The Fragment data. |
AbsoluteUri | The Scheme, Host, Port, Quer, LocalPath and Fragment data. |
StrongPort | The Port data; if the port data not present in the Uri and a default port has been assigned to the Scheme, the default port is returned; if there is no default port, -1 is returned. |
HostAndPort | The Host and Port data; if the port data is not present in the Uri and a default port has been assigned to the Scheme, the default port is returned. If there is no default port, -1 is returned. |
StrongAuthority | The UserInfo, Host, and Port data.If no port data is in the Uri and a default port has been assigned to the Scheme, the default port is returned.If there is no default port, -1 is returned. |
NormalizedHost | |
KeepDelimiter | Specifies that the delimiter should be included. |
SerializationInfoString | The complete Uri context that is needed for Uri Serializers. The context includes the IPv6 scope. |
|
strong |
|
strong |
|
strong |
|
strong |
Represents the parts of a URI for the Uri.GetLeftPart method.
std::enable_if_t< Details::CastType< Source, Result >::Static, Result > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used when simple constructor-like cast is needed.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::None, Result > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used when the source and the result types are the same.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::Exception, Result > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used for exception wrappers.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::ObjectToException, Result > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used for casting object to exception.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::Pointer, typename CastResult< Result >::type > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used when the source and result both are smart pointers.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::PointerToPointer, Result > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used when the source and result both are smart pointers (with expicit SmartPtr<...> in result type).
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::UnboxingToNullable, Result > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used for unboxing object to nullable.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::NullableBoxing, Result > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used for boxing nullable object.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::Boxing, typename CastResult< Result >::type > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used for boxing common object.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::UnboxingToString, Result > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used for string unboxing.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::Null, typename CastResult< Result >::type > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used for nullptr casing.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::Array, typename CastResult< Result >::type > System::AsCast | ( | const Source & | value | ) |
Casts the source type to the result type using 'as' operator cast. Used to cast between arrays.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if<!IsExceptionWrapper< TTo >::value, typenameCastResult< TTo >::type >::type System::Cast | ( | SmartPtr< TFrom > const & | obj | ) |
Performs cast on SmartPtr objects.
TTo | Target pointee type. |
TFrom | Source pointee type. |
obj | Source pointer. |
InvalidCastException | if cast is not allowed. |
std::enable_if<!IsExceptionWrapper< TTo >::value, typenameCastResult< TTo >::type >::type System::Cast_noexcept | ( | SmartPtr< TFrom > const & | obj | ) |
Performs cast on SmartPtr objects.
TTo | Target pointee type. |
TFrom | Source pointee type. |
obj | Source pointer. |
std::enable_if<!System::detail::has_method_get_Count< From >::value, Collections::Generic::ListPtr< To > >::type System::CastEnumerableTo | ( | const From & | enumerable | ) |
Performs the explicit casting of elements of the specified enumerable object to different type.
enumerable | Enumerable object containing the elements to cast |
To
equivalent to the elements of enumerable
To | The type to statically cast the elements of the enumerable object to |
From | The type of enumerable object |
std::enable_if< System::detail::has_method_get_Count< From >::value, Collections::Generic::ListPtr< To > >::type System::CastEnumerableTo | ( | const From & | enumerable | ) |
Performs the explicit casting of elements of the specified enumerable object to different type.
enumerable | is inheritor of Enumerable object with defined get_Count method and containing the elements to cast |
To
equivalent to the elements of enumerable
To | The type to statically cast the elements of the enumerable object to |
From | The type of enumerable object |
TTo System::CheckedCast | ( | TFrom | value | ) |
Determines if the specified value falls into the range of values of type TTo
and if it does casts it to the type TTo
.
value | The value to cast |
TTo
equivalent to value
OverflowException | If the specified value does not fall into the range of values represented by the TTo type |
TTo | The type to which the specified value is to be cast |
TFrom | The type of the specified value |
std::enable_if_t<!std::is_floating_point< TA >::value &&!std::is_floating_point< TB >::value, int > System::Compare | ( | const TA & | a, |
const TB & | b ) |
Compares two values.
a | The first comparand |
b | The second comparand |
a
compares less than b
; 0 if the values are equal; 1 if a
compares greater than b
TA | The type of the first comparand |
TB | The type of the second comparand |
std::enable_if_t< std::is_floating_point< TA >::value &&std::is_floating_point< TB >::value, int > System::Compare | ( | const TA & | a, |
const TB & | b ) |
Compares two floating point values.
a | The first comparand |
b | The second comparand |
a
compares less than b
; 0 if the values are equal; 1 if a
compares greater than b
TA | The type of the first comparand |
TB | The type of the second comparand |
Casts smart pointers using const_cast.
X | Source pointer pointee type. |
Y | Target pointer pointee type. |
x | Source pointer. |
CastResult< TTo >::type System::ConstCast | ( | const SmartPtr< TFrom > & | obj | ) |
End of deprecated casts.
Performs const cast on SmartPtr objects.
TTo | Target pointee type. |
TFrom | Source pointee type. |
obj | Source pointer. |
std::enable_if< IsExceptionWrapper< T >::value, constT & >::type System::Default | ( | ) |
Returns the default-constructed instance of the specified type.
T | The type whose instance is returned |
std::enable_if<!IsExceptionWrapper< T >::value, constT & >::type System::Default | ( | ) |
Returns the default-constructed instance of the specified type.
T | The type whose instance is returned |
std::enable_if_t< Details::is_lambda_void_void< T >::value > System::DoTryFinally | ( | T && | tryBlock, |
F && | finallyBlock ) |
The sigle function that emulates behavior of C#'s try[-catch]-finally statement. During translation of C#'s try[-catch]-finally statement with translator's option finally_statement_as_lambda set to true, the statement is translated into the invocation of this method.
tryBlock | The function object whose body contains the implementation of the try[-catch] part of the try[-catch]-finally statemet being emulated |
finallyBlock | The function object whose body contains the implementation of the finally part of the try[-catch]-finally statement being emulated |
T | The type of the function object that implements the try[-catch] part of the try[-catch]-finally statement being emulated |
F | The type of the function object that implements the finally part of the try[-catch]-finally statement being emulated |
std::enable_if_t< Details::is_lambda_void_boolref< T >::value, bool > System::DoTryFinally | ( | T && | tryBlock, |
F && | finallyBlock ) |
The sigle function that emulates behavior of C#'s try[-catch]-finally statement. During translation of C#'s try[-catch]-finally statement with translator's option finally_statement_as_lambda set to true, the statement is translated into the invocation of this method. This overload handles the case in which the return value of the function object that implements the try[-catch] part of the try[-catch]-finally statement is bool.
tryBlock | The function object whose body contains the implementation of the try[-catch] part of the try[-catch]-finally statemet being emulated |
finallyBlock | The function object whose body contains the implementation of the finally part of the try[-catch]-finally statement being emulated |
T | The type of the function object that implements the try[-catch] part of the try[-catch]-finally statement being emulated |
F | The type of the function object that implements the finally part of the try[-catch]-finally statement being emulated |
std::enable_if_t< Details::is_lambda_nonovoid_boolref< T >::value, std::optional< Details::ResultOf< T, bool & > > > System::DoTryFinally | ( | T && | tryBlock, |
F && | finallyBlock ) |
The sigle function that emulates behavior of C#'s try[-catch]-finally statement. During translation of C#'s try[-catch]-finally statement with translator's option finally_statement_as_lambda set to true, the statement is translated into the invocation of this method. This overload handles the case in which the return value of the function object that implements the try[-catch] part of the try[-catch]-finally statement is bool&.
tryBlock | The function object whose body contains the implementation of the try[-catch] part of the try[-catch]-finally statemet being emulated |
finallyBlock | The function object whose body contains the implementation of the finally part of the try[-catch]-finally statement being emulated |
T | The type of the function object that implements the try[-catch] part of the try[-catch]-finally statement being emulated |
F | The type of the function object that implements the finally part of the try[-catch]-finally statement being emulated |
Casts smart pointers using dynamic_cast.
X | Source pointer pointee type. |
Y | Target pointer pointee type. |
x | Source pointer. |
std::enable_if< IsExceptionWrapper< TFrom >::value &&IsExceptionWrapper< TTo >::value &&(std::is_convertible< TTo, TFrom >::value||std::is_base_of< TTo, TFrom >::value), TTo >::type System::DynamicCast | ( | const TFrom & | obj | ) |
Performs dynamic cast on Exception objects.
TTo | Target Exception type. |
TFrom | Source Exception type. |
obj | Source pointer. |
InvalidCastException | if cast is not allowed. |
std::enable_if<!std::is_enum< TTo >::value &&!IsExceptionWrapper< TTo >::value, typenameCastResult< TTo >::type >::type System::DynamicCast | ( | SmartPtr< TFrom > const & | obj | ) |
Performs dynamic cast on SmartPtr objects.
TTo | Target pointee type. |
TFrom | Source pointee type. |
obj | Source pointer. |
InvalidCastException | if cast is not allowed. |
std::enable_if< std::is_enum< TTo >::value, TTo >::type System::DynamicCast | ( | SmartPtr< TFrom > | obj | ) |
Unboxes boxed enum via cast.
TTo | Target enum type. |
TFrom | Source pointee type. |
obj | Pointer to the object to unbox data from. |
InvalidCastException | if obj is not a boxed enum. |
std::enable_if< std::is_same< System::Object, TFrom >::value &&IsExceptionWrapper< TTo >::value, TTo >::type System::DynamicCast | ( | SmartPtr< TFrom > | obj | ) |
Performs dynamic cast on Objects to Exception objects.
TTo | Target Exception type. |
TFrom | Object type. |
obj | Source pointer. |
InvalidCastException | if cast is not allowed. |
|
noexcept |
Performs dynamic cast of null objects.
TTo | Target pointee type. |
std::enable_if<!IsExceptionWrapper< TFrom >::value &&!IsSmartPtr< TFrom >::value &&std::is_convertible< TTo, TFrom >::value, TTo >::type System::DynamicCast | ( | TFrom & | obj | ) |
Performs dynamic cast on non-pointer objects.
TTo | Target type. |
TFrom | Source type. |
obj | Source object. |
|
noexcept |
Performs dynamic cast from IntPtr to pointer.
TTo | Target type. |
TFrom | Source type. |
value | Source IntPtr value. |
|
noexcept |
Old obsolete casts. Will be removed in future versions.
Performs dynamic cast on Exception objects.
TTo | Target Exception type. |
TFrom | Source Exception type. |
obj | Source pointer. |
|
noexcept |
Performs dynamic cast on SmartPtr objects.
TTo | Target pointee type. |
TFrom | Source pointee type. |
obj | Source pointer. |
|
noexcept |
Performs dynamic cast on Objects to Exception objects.
TTo | Target Exception type. |
TFrom | Object type. |
obj | Source pointer. |
SharedPtr< Array< To > > System::DynamicCastArray | ( | const SharedPtr< Array< From > > & | from | ) |
Performs casting of elements of the specified array to different type.
from | Shared pointer to the array containing the elements to cast |
To
equivalent to the elements of from
To | The type to cast the elements of the specified array to |
From | The type of elements of the elements of the arry elements of which to cast |
|
inline |
Determines the equality of two values applying operator==() to them.
a | The first comparand |
b | The second comparand |
a
and b
TA | The type of the first comparand |
TB | The type of the second comparand |
|
inline |
Specialization for double-precision floating point values.
a | The first comparand |
b | The second comparand |
|
inline |
Specialization for single-precision floating point values. Although two floating point NaNs are defined by IEC 60559:1989 to always compare as unequal, the contract for System.Object.Equals, requires that overrides must satisfy the requirements for an equivalence operator. Therefore, System.Double.Equals and System.Single.Equals return True when comparing two NaNs, while the equality operator returns False in that case, as required by the standard.
a | The first comparand |
b | The second comparand |
std::enable_if_t< Details::CastType< Source, Result >::None, Result > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used when the source and the result types are the same.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::Static, Result > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used when simple constructor-like cast is needed.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::Exception, Result > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used for exception wrappers.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
System::InvalidCastException | If no cast available. |
std::enable_if_t< Details::CastType< Source, Result >::ObjectToException, Result > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used for casting object to exception.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
System::InvalidCastException | If no cast available. |
std::enable_if_t< Details::CastType< Source, Result >::Pointer, typename CastResult< Result >::type > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used when the source and result both are smart pointers (without expicit SmartPtr<...> in result type).
Source | The source type. |
Result | The result type. |
value | Object to cast. |
System::InvalidCastException | If no cast available. |
std::enable_if_t< Details::CastType< Source, Result >::PointerToPointer, Result > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used when the source and result both are smart pointers (with expicit SmartPtr<...> in result type).
Source | The source type. |
Result | The result type. |
value | Object to cast. |
System::InvalidCastException | If no cast available. |
std::enable_if_t< Details::CastType< Source, Result >::UnboxingToNullable, Result > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used for unboxing object to nullable.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
System::InvalidCastException | If no cast available. |
std::enable_if_t< Details::CastType< Source, Result >::NullableBoxing, Result > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used to box nullable.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::NullableUnboxing, Result > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used for unboxing nullable object.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
System::NullReferenceException | If value is empty. |
std::enable_if_t< Details::CastType< Source, Result >::EnumBoxing, SmartPtr< BoxedValueBase > > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used for enum boxing.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::Boxing, typename CastResult< Result >::type > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used for common boxing.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::StringBoxing, typename CastResult< Result >::type > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used for System::String boxing.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::Unboxing, Result > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used for common unboxing.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::Null, typename CastResult< Result >::type > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used for nullptr casting.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
std::enable_if_t< Details::CastType< Source, Result >::Array, typename CastResult< Result >::type > System::ExplicitCast | ( | const Source & | value | ) |
Casts the source type to the result type using explicit cast. Used for casting between arrays.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
System::InvalidCastException | If no cast available. |
std::enable_if_t< Details::CastType< Source, Result >::RawPointer, typename CastResult< std::remove_pointer_t< Result > >::type > System::ExplicitCast | ( | Source | value | ) |
Casts the source type to the result type using explicit cast. Used when the casting raw pointer to smart pointer.
Source | The source type. |
Result | The result type. |
value | Object to cast. |
System::InvalidCastException | If no cast available. |
CastResult< TTo >::type System::ForceStaticCast | ( | SmartPtr< TFrom > const & | obj | ) |
Performs real static cast on SmartPtr objects.
TTo | Target pointee type. |
TFrom | Source pointee type. |
obj | Source pointer. |
|
inline |
T * System::get_pointer | ( | System::SmartPtr< T > const & | x | ) |
Gets referenced object of smart pointer.
T | Pointee type. |
x | Source smart pointer. |
|
inline |
Specialization for std::thread::id; Returns the hash code for the specified thread object.
std::enable_if< std::is_scalar< T >::value, int >::type System::GetHashCode | ( | const T & | obj | ) |
Returns a hash code for the specified scalar value.
obj | The value to generate hash code for |
T | The type of the value for which the function generates hash code |
std::enable_if<!std::is_scalar< T >::value &&System::IsSmartPtr< T >::value, int >::type System::GetHashCode | ( | const T & | obj | ) |
Returns a hash code for the specified object.
obj | The SmartPtr pointing to the object to generate hash code for |
T | The type of the object for which the function generates hash code |
std::enable_if< System::IsExceptionWrapper< T >::value, int >::type System::GetHashCode | ( | const T & | obj | ) |
Returns a hash code for the specified object which is exception.
obj | The Exception Wrapper that contains the object to generate hash code for |
T | The type of the object for which the function generates hash code |
std::enable_if<!std::is_scalar< T >::value &&!System::IsSmartPtr< T >::value &&!System::IsExceptionWrapper< T >::value, int >::type System::GetHashCode | ( | const T & | obj | ) |
Returns a hash code for the specified object which is not a smart pointer nor exception.
obj | A const reference to the object to generate hash code for |
T | The type of the object for which the function generates hash code |
|
inline |
|
inline |
Determines if the specified value represents infinity.
value | The value to check |
value
represents infinity, otherwise - false T | The type of the value checked by the function |
|
inline |
Determines if the specified value is Not-A-Number value.
value | The value to check |
value
is a NaN value, otherwise - false T | The type of the value checked by the function |
|
inline |
Determines if the specified value represents negative infinity.
value | The value to check |
value
represents negative infinity, otherwise - false T | The type of the value checked by the function |
|
inline |
Determines if the specified value represents positive infinity.
value | The value to check |
value
represents positive infinity, otherwise - false T | The type of the value checked by the function |
std::enable_if_t<!IsSmartPtr< Enumerable >::value, Details::EnumeratorAdapter< Enumerable, Details::ValueTypeOfEnumerable< Enumerable >, Enumerable * > > System::IterateOver | ( | const Enumerable * | enumerable | ) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable this with default target type.
Enumerable | The type of a wrapped object |
std::enable_if_t<!IsSmartPtr< Enumerable >::value, Details::EnumeratorAdapter< Enumerable, T, Enumerable * > > System::IterateOver | ( | const Enumerable * | enumerable | ) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable without begin(), end() methods with target type argument for (auto& value : IterateOver<SomeType>(enumerable))
T | The target type, it has to be returned from iterator |
Enumerable | The type of a wrapped object |
std::enable_if_t<!Details::IsIterable< Enumerable >::value, Details::EnumeratorAdapter< Enumerable, T > > System::IterateOver | ( | System::SmartPtr< Enumerable > | enumerable | ) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable without begin(), end() methods with target type argument for (auto& value : IterateOver<SomeType>(enumerable))
T | The target type, it has to be returned from iterator |
Enumerable | The type of a wrapped object |
std::enable_if_t<!Details::IsIterable< Enumerable >::value, Details::EnumeratorAdapter< Enumerable > > System::IterateOver | ( | System::SmartPtr< Enumerable > | enumerable | ) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable without begin(), end() methods with default target type argument for (auto& value : IterateOver(enumerable)) analog to the following C# code foreach (var value in enumerable)
Enumerable | The type of a wrapped object |
std::enable_if_t< Details::IsIterable< Enumerable >::value, System::SmartPtr< Enumerable > > System::IterateOver | ( | System::SmartPtr< Enumerable > | enumerable | ) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable with begin(), end() methods with default target type argument for (auto& value : IterateOver(enumerable))
Enumerable | The type of a wrapped object |
std::enable_if_t< Details::IsIterable< Enumerable >::value &&std::is_same< typename Details::ReturnTypeTrait< T >::ReturnType, Details::IterableValueType< Enumerable > >::value, System::SmartPtr< Enumerable > > System::IterateOver | ( | System::SmartPtr< Enumerable > | enumerable | ) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable with begin(), end() methods with target type same as original value_type of iterator.
Enumerable | The type of a wrapped object |
T | The target type which has to returned from iterator |
std::enable_if_t< Details::IsIterable< Enumerable >::value &&!std::is_same< typename Details::ReturnTypeTrait< T >::ReturnType, Details::IterableValueType< Enumerable > >::value, Details::CppIteratorAdapter< Enumerable, T > > System::IterateOver | ( | System::SmartPtr< Enumerable > | enumerable | ) |
This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable with begin(), end() methods with different target type and original value_type of iterator.
Enumerable | The type of a wrapped object |
T | The target type which has to returned from iterator |
ArrayPtr< T > System::MakeArray | ( | Args &&... | args | ) |
A factory function that constructs a new Array object passing the specified arguments to its constructor.
args | The arguments that are passed to the constructor of the Array object being constructed |
T | The type of elements of the Array object the function constructs |
std::enable_if< std::is_integral< Integral >::value, ArrayPtr< T > >::type System::MakeArray | ( | Integral | size, |
Args &&... | args ) |
A factory function that constructs a new Array object passing the specified arguments to its constructor.
size | Size of the array being created. |
args | The arguments that are passed to the constructor of the Array object being constructed |
T | The type of elements of the Array object the function constructs |
Integral | Type of array size. |
ArrayPtr< T > System::MakeArray | ( | std::initializer_list< T > | init | ) |
A factory function that constructs a new Array object, fills it with the elements from the specified initialization list and returns a smart pointer pointing to the Array object.
init | The initialization list containing the elements to fill the array with |
T | The type of elements of the Array object the function constructs #include "system/array.h"
#include <iostream>
int main()
{
// Fill the array.
auto arr = System::MakeArray<int>({-1, -123, 5, 3, 7});
// Print elements of the array.
for(auto item: arr)
{
std::cout << item << ' ';
}
std::cout << std::endl;
return 0;
}
/*
This code example produces the following output:
-1 -123 5 3 7
*/
|
std::enable_if<!IsSmartPtr< T >::value, SmartPtr< T > >::type System::MakeObject | ( | Args &&... | args | ) |
Creates object on heap and returns shared pointer to it.
T | Class to instantiate. |
Args | Constructor arguments' types. |
args | Constructor arguments. |
std::enable_if< IsSmartPtr< T >::value, T >::type System::MakeObject | ( | Args &&... | args | ) |
ScopeGuard< F > System::MakeScopeGuard | ( | F | f | ) |
A factory function that creates instances of ScopedGuard class.
f | The function object to pass to ScopedGuard class' constructor. |
The | type of the function object to be invoked by the constructed ScopedGuard object |
SmartPtr< X > System::MakeSharedPtr | ( | const X * | p | ) |
Converts raw pointer to smart pointer. Overload for const pointers. Useful e. g. when using 'this' variable in C# methods translated as const.
X | Pointee type. |
p | Raw pointer to object. |
SmartPtr< X > System::MakeSharedPtr | ( | X * | p | ) |
Converts raw pointer to smart pointer.
X | Pointee type. |
p | Raw pointer to object. |
Performs memberwise cloning using copy constructor.
T | Class to be copy-constructed. Subclass information is being lost. |
ptr | Pointer to the object to clone. |
|
inline |
Implements typeof() translation. Overload for DateTime.
|
inline |
Implements typeof() translation. Overload for String.
bool System::operator!= | ( | ArraySegment< T > | a, |
ArraySegment< T > | b ) |
|
inline |
bool System::operator!= | ( | const SmartPtr< X > & | x, |
const SmartPtr< Y > & | y ) |
Non-equal-compares two smart pointers.
X | Pointee type of first pointer. |
Y | Pointee type of second pointer. |
x | First pointer to compare. |
y | Second pointer to compare. |
std::enable_if< std::is_base_of< Object, Y >::value &&detail::has_no_operator_equal< X, Y >::value, bool >::type System::operator!= | ( | const SmartPtr< X > & | x, |
const Y * | y ) |
Inequality comparison smart pointer against simple (C) pointer.
X | type of smart pointer. |
Y | type of simple pointer. |
x | smart pointer to compare (left). |
y | pointer to compare (right). |
std::enable_if<!IsNullable< T1 >::value, bool >::type System::operator!= | ( | const T1 & | some, |
const Nullable< T2 > & | other ) |
Determines if the specified value is not equal to the value represented by the specified Nullable object by applying operator!=() to these values.
some | A constant reference to the value that is to be used as the first comparand |
other | A constant reference to the Nullable object the represented value of which is to be used as the second comparand |
T1 | The type of the first comparand value |
T2 | The underlying type of the Nullable object that represents the second comparand value |
std::enable_if< std::is_base_of< Object, X >::value &&detail::has_no_operator_equal< X, Y >::value, bool >::type System::operator!= | ( | const X * | x, |
const SmartPtr< Y > & | y ) |
Equality comparison smart pointer against simple (C) pointer.
X | type of simple pointer. |
Y | type of smart pointer. |
x | pointer to compare (right). |
y | smart pointer to compare (left). |
bool System::operator!= | ( | SmartPtr< X > const & | x, |
std::nullptr_t | ) |
Checks if smart pointer is not null.
X | Pointee type of pointer. |
x | Pointer to check. |
|
constexpr |
bool System::operator!= | ( | std::nullptr_t | , |
const Nullable< T > & | other ) |
bool System::operator!= | ( | std::nullptr_t | , |
const String & | str ) |
Checks if string is null.
str | String to check. |
|
constexpr |
bool System::operator!= | ( | std::nullptr_t | , |
SmartPtr< X > const & | x ) |
Checks if smart pointer is not null.
X | Pointee type of pointer. |
x | Pointer to check. |
|
constexpr |
|
inline |
Decimal System::operator* | ( | const T & | x, |
const Decimal & | d ) |
Returns a new instance of Decimal class that represents a value that is a result of multiplication of the specified value and the value represented by the specified Decimal object.
x | The first multiplier |
d | The Decimal object representing the second multiplier |
x
and the value represented by d
. Decimal System::operator+ | ( | const T & | x, |
const Decimal & | d ) |
Returns a new instance of Decimal class that represents a value that is a sum of the specified value and the value represented by the specified Decimal object.
x | The first summand |
d | The constant reference to the Decimal object representing the second summand |
x
and the value represented by the d
. auto System::operator+ | ( | const T1 & | some, |
const Nullable< T2 > & | other ) -> System::Nullable<decltype(some + other.get_Value())> |
Sums non-nullable and nullable values.
T1 | Left operand type. |
T2 | Right operand type. |
some | Left operand. |
other | Right operand. |
MulticastDelegate< T > System::operator+ | ( | MulticastDelegate< T > | lhv, |
MulticastDelegate< T > | rhv ) |
Connects all callbacks from right hand delegate to the end of left hand delegate callback list.
lhv | The delegate to which callbacks are added. |
rhv | The delegate whose callbacks are being added. |
|
inline |
|
inline |
Decimal System::operator- | ( | const T & | x, |
const Decimal & | d ) |
Returns a new instance of Decimal class that represents a value that is the result of subtraction of the value represented by the specified Decimal object from the specified value.
x | The value to subtract from |
d | The Decimal object representing the subtracted value |
d
from x
. auto System::operator- | ( | const T1 & | some, |
const Nullable< T2 > & | other ) -> System::Nullable<decltype(some - other.get_Value())> |
Subtracts non-nullable and nullable values.
T1 | Left operand type. |
T2 | Right operand type. |
some | Left operand. |
other | Right operand. |
Calculates the number of days between two days of week.
a | The minuend |
b | The subtrahend |
a
and b
; the return value is a negative number if goes after MulticastDelegate< T > System::operator- | ( | MulticastDelegate< T > | lhv, |
MulticastDelegate< T > | rhv ) |
Disconnects all callbacks in right hand delegate from the end of left hand delegate callback list.
lhv | The delegate from which callbacks will be removed. |
rhv | The delegate whose callbacks will be removed. |
Decimal System::operator/ | ( | const T & | x, |
const Decimal & | d ) |
Returns a new instance of Decimal class that represents a value that is a result of division of the specified value and the value represented by the specified Decimal object.
x | The value to divide |
d | The Decimal object representing the divisor |
x
by the value represented by d
. std::enable_if<!IsNullable< T1 >::value, bool >::type System::operator< | ( | const T1 & | some, |
const Nullable< T2 > & | other ) |
Determines if the specified value is less than the value represented by the specified Nullable object by applying operator<() to these values.
some | A constant reference to the value that is to be used as the first comparand |
other | A constant reference to the Nullable object the represented value of which is to be used as the second comparand |
T1 | The type of the first comparand value |
T2 | The underlying type of the Nullable object that represents the second comparand value |
|
constexpr |
bool System::operator< | ( | std::nullptr_t | , |
const Nullable< T > & | ) |
Always returns false.
|
constexpr |
|
constexpr |
std::ostream & System::operator<< | ( | std::ostream & | os, |
const String & | str ) |
Outputs a string to the output stream using UTF-8 encoding.
os | An output stream object (instantiation of basic_ostream with char ). |
str | A string to be sent to the output stream. |
std::ostream & System::operator<< | ( | std::ostream & | stream, |
const Decimal & | decimal ) |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
decimal | Data to insert. |
stream
.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
exception | Data to insert. |
stream
.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
guid | Data to insert. |
stream
. std::ostream & System::operator<< | ( | std::ostream & | stream, |
const Nullable< T > & | value ) |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
value | Data to insert. |
stream
.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
os | Data to insert. |
stream
. std::ostream & System::operator<< | ( | std::ostream & | stream, |
const SharedPtr< T > & | object_ptr ) |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
object_ptr | Data to insert. |
stream
. std::ostream & System::operator<< | ( | std::ostream & | stream, |
const System::Object & | object ) |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
object | Data to insert. |
stream
. std::ostream & System::operator<< | ( | std::ostream & | stream, |
const TypeInfo & | type_info ) |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
type_info | Data to insert. |
stream
.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
version | Data to insert. |
stream
. std::ostream & System::operator<< | ( | std::ostream & | stream, |
const WeakPtr< T > & | object_ptr ) |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
object_ptr | Data to insert. |
stream
.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
date_time | Data to insert. |
stream
.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
value | Data to insert. |
stream
.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
time_span | Data to insert. |
stream
. std::wostream & System::operator<< | ( | std::wostream & | os, |
const String & | str ) |
Outputs a string to the output stream.
os | An output stream object (instantiation of basic_ostream with wchar_t ). |
str | A string to be sent to the output stream. |
std::wostream & System::operator<< | ( | std::wostream & | stream, |
const Decimal & | decimal ) |
Insert data into the stream.
stream | Output stream to insert data to. |
decimal | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
exception | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
guid | Data to insert. |
stream
. std::wostream & System::operator<< | ( | std::wostream & | stream, |
const Nullable< T > & | value ) |
Insert data into the stream.
stream | Output stream to insert data to. |
value | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
os | Data to insert. |
stream
. std::wostream & System::operator<< | ( | std::wostream & | stream, |
const SharedPtr< T > & | object_ptr ) |
Insert data into the stream.
stream | Output stream to insert data to. |
object_ptr | Data to insert. |
stream
. std::wostream & System::operator<< | ( | std::wostream & | stream, |
const System::Object & | object ) |
Insert data into the stream.
stream | Output stream to insert data to. |
object | Data to insert. |
stream
. std::wostream & System::operator<< | ( | std::wostream & | stream, |
const TypeInfo & | type_info ) |
Insert data into the stream.
stream | Output stream to insert data to. |
type_info | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
version | Data to insert. |
stream
. std::wostream & System::operator<< | ( | std::wostream & | stream, |
const WeakPtr< T > & | object_ptr ) |
Insert data into the stream.
stream | Output stream to insert data to. |
object_ptr | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
date_time | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
value | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
time_span | Data to insert. |
stream
. std::enable_if<!IsNullable< T1 >::value, bool >::type System::operator<= | ( | const T1 & | some, |
const Nullable< T2 > & | other ) |
Determines if the specified value is less or equal to the value represented by the specified Nullable object by applying operator<=() to these values.
some | A constant reference to the value that is to be used as the first comparand |
other | A constant reference to the Nullable object the represented value of which is to be used as the second comparand |
T1 | The type of the first comparand value |
T2 | The underlying type of the Nullable object that represents the second comparand value |
|
constexpr |
bool System::operator<= | ( | std::nullptr_t | , |
const Nullable< T > & | ) |
Always returns false.
|
constexpr |
|
constexpr |
bool System::operator== | ( | ArraySegment< T > | a, |
ArraySegment< T > | b ) |
|
inline |
bool System::operator== | ( | const SmartPtr< X > & | x, |
const SmartPtr< Y > & | y ) |
Equal-compares two smart pointers.
X | Pointee type of first pointer. |
Y | Pointee type of second pointer. |
x | First pointer to compare. |
y | Second pointer to compare. |
std::enable_if< std::is_base_of< Object, Y >::value &&detail::has_no_operator_equal< X, Y >::value, bool >::type System::operator== | ( | const SmartPtr< X > & | x, |
const Y * | y ) |
Equality comparison smart pointer against simple (C) pointer.
X | type of smart pointer. |
Y | type of simple pointer. |
x | smart pointer to compare (left). |
y | pointer to compare (right). |
std::enable_if<!IsNullable< T1 >::value, bool >::type System::operator== | ( | const T1 & | some, |
const Nullable< T2 > & | other ) |
Determines if the specified value is equal to the value represented by the specified Nullable object by applying operator==() to these values.
some | A constant reference to the value that is to be used as the first comparand |
other | A constant reference to the Nullable object the represented value of which is to be used as the second comparand |
T1 | The type of the first comparand value |
T2 | The underlying type of the Nullable object that represents the second comparand value |
std::enable_if< std::is_base_of< Object, X >::value &&detail::has_no_operator_equal< X, Y >::value, bool >::type System::operator== | ( | const X * | x, |
const SmartPtr< Y > & | y ) |
Equality comparison smart pointer against simple (C) pointer.
X | type of simple pointer. |
Y | type of smart pointer. |
x | pointer to compare (right). |
y | smart pointer to compare (left). |
|
constexpr |
bool System::operator== | ( | std::nullptr_t | , |
const Nullable< T > & | other ) |
bool System::operator== | ( | std::nullptr_t | , |
const String & | str ) |
Checks if string is null.
str | String to check. |
|
constexpr |
bool System::operator== | ( | std::nullptr_t | , |
SmartPtr< X > const & | x ) |
Checks if smart pointer is null.
X | Pointee type of pointer. |
x | Pointer to check. |
std::enable_if<!std::is_scalar< T >::value &&!std::is_pointer< T >::value &&!std::is_array< T >::value &&detail::has_method_is_null< T >::value, bool >::type System::operator== | ( | std::nullptr_t | , |
T const & | x ) |
Checks if value type object (translated C# structure, etc.) is null.
T | Value type. |
x | Object to check. |
|
constexpr |
|
inline |
std::enable_if<!std::is_scalar< T >::value &&!std::is_pointer< T >::value &&!std::is_array< T >::value &&detail::has_method_is_null< T >::value, bool >::type System::operator== | ( | T const & | x, |
std::nullptr_t | ) |
Checks if value type object (translated C# structure, etc.) is null.
T | Value type. |
x | Object to check. |
std::enable_if<!IsNullable< T1 >::value, bool >::type System::operator> | ( | const T1 & | some, |
const Nullable< T2 > & | other ) |
Determines if the specified value is greater than the value represented by the specified Nullable object by applying operator>() to these values.
some | A constant reference to the value that is to be used as the first comparand |
other | A constant reference to the Nullable object the represented value of which is to be used as the second comparand |
T1 | The type of the first comparand value |
T2 | The underlying type of the Nullable object that represents the second comparand value |
|
constexpr |
bool System::operator> | ( | std::nullptr_t | , |
const Nullable< T > & | ) |
Always returns false.
|
constexpr |
|
constexpr |
std::enable_if<!IsNullable< T1 >::value, bool >::type System::operator>= | ( | const T1 & | some, |
const Nullable< T2 > & | other ) |
Determines if the specified value is greater or equal to the value represented by the specified Nullable object by applying operator>=() to these values.
some | A constant reference to the value that is to be used as the first comparand |
other | A constant reference to the Nullable object the represented value of which is to be used as the second comparand |
T1 | The type of the first comparand value |
T2 | The underlying type of the Nullable object that represents the second comparand value |
|
constexpr |
bool System::operator>= | ( | std::nullptr_t | , |
const Nullable< T > & | ) |
Always returns false.
|
constexpr |
|
constexpr |
std::istream & System::operator>> | ( | std::istream & | in, |
String & | str ) |
Gets a string from the input streamusing UTF-8 encoding.
in | An input stream object (instantiation of basic_ostream with char ). |
str | A string to read from the input stream. |
std::wistream & System::operator>> | ( | std::wistream & | in, |
String & | str ) |
Gets a string from the input stream.
in | An input stream object (instantiation of basic_ostream with wchar_t ). |
str | A string to read from the input stream. |
void System::PrintTo | ( | const Decimal & | d, |
::std::ostream * | os ) |
Writes the value represented by the specified object to the specified output stream.
d | The Decimal object to print to the stream |
os | The stream to print the specified object to |
void System::PrintTo | ( | const Details_Exception & | exception, |
std::ostream * | stream ) |
Prints value to ostream. Mostly used for debug.
void System::PrintTo | ( | const ExceptionWrapper< T > & | exception_wrapper, |
std::ostream * | stream ) |
Prints value to ostream. Mostly used for debug.
void System::PrintTo | ( | const Guid & | value, |
std::ostream * | stream ) |
Prints value to ostream. Mostly used for debug.
void System::PrintTo | ( | const Nullable< T > & | value, |
std::ostream * | stream ) |
Prints value to ostream. Mostly used for debug.
std::enable_if_t< detail::has_print_to_function< T >::value, void > System::PrintTo | ( | const SmartPtr< T > & | object_ptr, |
std::ostream * | stream ) |
Prints value to ostream. Mostly used for debug.
std::enable_if_t<!detail::has_print_to_function< T >::value, void > System::PrintTo | ( | const SmartPtr< T > & | object_ptr, |
std::ostream * | stream ) |
Prints value to ostream. Mostly used for debug.
void System::PrintTo | ( | const System::Object & | value, |
std::ostream * | stream ) |
Prints value to ostream. Mostly used for debug.
void System::PrintTo | ( | const System::String & | value, |
std::ostream * | os ) |
Prints string to ostream. Mostly used for debug.
value | to print. |
os | target ostream. |
void System::PrintTo | ( | const WeakPtr< T > & | object_ptr, |
std::ostream * | stream ) |
Prints value to ostream. Mostly used for debug.
void System::PrintTo | ( | DateTime | value, |
std::ostream * | stream ) |
Prints value to ostream. Mostly used for debug.
void System::PrintTo | ( | DateTimeOffset | value, |
std::ostream * | stream ) |
Prints value to ostream. Mostly used for debug.
void System::PrintTo | ( | TimeSpan | value, |
std::ostream * | stream ) |
Prints value to ostream. Mostly used for debug.
decltype(Ref(std::declval< T & >())) System::Ref | ( | const std::reference_wrapper< T > & | wrapper | ) |
Wrapper to make sure Ref(std::ref(DynamicWeakPtr)) works.
T | Referenced type. |
wrapper | std wrapper to unwrap. |
DynamicWeakPtr< T, trunkMode, weakLeafs... >::Reference System::Ref | ( | DynamicWeakPtr< T, trunkMode, weakLeafs... > & | ptr | ) |
Creates reference to DynamicWeakPtr object. Used by translator when passing function arguments by reference.
T | Pointee type. |
trunkMode | Mode of smart pointer itself. |
weakLeafs | Indexes of template arguments for which SetTemplateWeakPtr method must be called. |
ptr | Smart pointer to create reference to. |
T & System::Ref | ( | T & | value | ) |
Helper function to acquire references to objects. Used to guarantee that System::DynamicWeakPtr updates referenced object after assignments.
T | Type to create reference to. |
value | Value to create reference to. |
|
inline |
Translator translates C#'s pre-decrement expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for const getter).
T | The type of the property. |
Host | - class of instance to be modified |
HostConstGet | - Host itself, or it's base type, where property's getter is defined |
HostSet | - Host itself, or it's base type, where property's setter is defined |
host | Instance to call getters and setters for. |
pGetter | Function pointer pointing to the property's getter function |
pSetter | Function pointer pointing to the property's setter function |
|
inline |
Translator translates C#'s pre-decrement expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for non-const getter).
T | The type of the property. |
Host | - class of instance to be modified |
HostGet | - Host itself, or it's base type, where property's getter is defined |
HostSet | - Host itself, or it's base type, where property's setter is defined |
host | Instance to call getters and setters for. |
pGetter | Function pointer pointing to the property's getter function |
pSetter | Function pointer pointing to the property's setter function |
|
inline |
Translator translates C#'s pre-decrement expressions targeting class' property that has setter and getter defined, into invocation of this function.
pGetter | Function pointer pointing to the property's getter free function |
pSetter | Function pointer pointing to the property's setter free function |
T | The type of the property |
|
inline |
Translator translates C#'s increment expressions targeting class' property that has setter and getter defined, into invocation of this function.
host | A pointer to an object whose property is to be incremented |
pGetter | Function pointer pointing to the property's getter method |
pSetter | Function pointer pointing to the property's setter method |
T | The type of the property |
Host | - class of instance to be modified |
HostGet | - Host itself, or it's base type, where property's getter is defined |
HostSet | - Host itself, or it's base type, where property's setter is defined |
|
inline |
Translator translates C#'s increment expressions targeting class' property that has setter and getter defined, into invocation of this function.
pGetter | Function pointer pointing to the property's getter free function |
pSetter | Function pointer pointing to the property's setter free function |
T | The type of the property |
|
inline |
Translator translates C#'s post-decrement expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for const getter).
T | The type of the property. |
Host | - class of instance to be modified |
HostConstGet | - Host itself, or it's base type, where property's getter is defined |
HostSet | - Host itself, or it's base type, where property's setter is defined |
host | Instance to call getters and setters for. |
pGetter | Function pointer pointing to the property's getter function |
pSetter | Function pointer pointing to the property's setter function |
|
inline |
Translator translates C#'s post-decrement expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for non-const getter).
T | The type of the property. |
Host | - class of instance to be modified |
HostGet | - Host itself, or it's base type, where property's getter is defined |
HostSet | - Host itself, or it's base type, where property's setter is defined |
host | Instance to call getters and setters for. |
pGetter | Function pointer pointing to the property's getter function |
pSetter | Function pointer pointing to the property's setter function |
|
inline |
Translator translates C#'s post-decrement expressions targeting class' property that has setter and getter defined, into invocation of this function.
pGetter | Function pointer pointing to the property's getter free function |
pSetter | Function pointer pointing to the property's setter free function |
T | The type of the property |
|
inline |
Translator translates C#'s post-increment expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for const getter).
T | The type of the property. |
Host | - class of instance to be modified |
HostConstGet | - Host itself, or it's base type, where property's getter is defined |
HostSet | - Host itself, or it's base type, where property's setter is defined |
host | Instance to call getters and setters for. |
pGetter | Function pointer pointing to the property's getter function |
pSetter | Function pointer pointing to the property's setter function |
|
inline |
Translator translates C#'s post-increment expressions targeting instance's property that has setter and getter defined, into invocation of this function (overload for non-const getter).
T | The type of the property. |
Host | - class of instance to be modified |
HostGet | - Host itself, or it's base type, where property's getter is defined |
HostSet | - Host itself, or it's base type, where property's setter is defined |
host | Instance to call getters and setters for. |
pGetter | Function pointer pointing to the property's getter function |
pSetter | Function pointer pointing to the property's setter function |
|
inline |
Translator translates C#'s post-increment expressions targeting class' property that has setter and getter defined, into invocation of this function.
pGetter | Function pointer pointing to the property's getter free function |
pSetter | Function pointer pointing to the property's setter free function |
T | The type of the property |
|
inline |
Overload for instance setter functions with type conversion.
T | Value type. |
T2 | Type expected by setter function. |
Host | Instance type. |
HostSet | - Host itself, or it's base type, where property's setter is defined. |
host | Object to call setter function for. |
pSetter | Setter function reference. |
value | Value to set. |
|
inline |
Overload for static setter functions with type conversion.
T | Value type. |
T2 | Type expected by setter function. |
pSetter | Static setter function reference. |
value | Value to set. |
Casts smart pointers using static_cast.
X | Source pointer pointee type. |
Y | Target pointer pointee type. |
x | Source pointer. |
std::enable_if<!std::is_same< TFrom, System::String >::value &&!IsExceptionWrapper< TFrom >::value &&!IsSmartPtr< TFrom >::value &&!std::is_arithmetic< TFrom >::value, TTo >::type System::StaticCast | ( | const TFrom & | obj | ) |
Performs static cast on non-pointer objects.
TTo | Target type. |
TFrom | Source type. |
obj | Source object. |
InvalidCastException | if cast is not allowed. |
std::enable_if< IsExceptionWrapper< TFrom >::value &&IsExceptionWrapper< TTo >::value &&(std::is_convertible< TTo, TFrom >::value||std::is_base_of< TTo, TFrom >::value), TTo >::type System::StaticCast | ( | const TFrom & | obj | ) |
Performs static cast on Exception objects.
TTo | Target Exception type. |
TFrom | Source Exception type. |
obj | Source pointer. |
InvalidCastException | if cast is not allowed. |
std::enable_if< std::is_arithmetic< TFrom >::value, TTo >::type System::StaticCast | ( | const TFrom * | value | ) |
Specialization for arithmetic types.
std::enable_if<!IsExceptionWrapper< TTo >::value, typenameCastResult< TTo >::type >::type System::StaticCast | ( | SmartPtr< TFrom > const & | obj | ) |
Performs static cast on SmartPtr objects.
TTo | Target pointee type. |
TFrom | Source pointee type. |
obj | Source pointer. |
InvalidCastException | if cast is not allowed. |
|
noexcept |
Performs static cast on Objects to Exception objects.
TTo | Target Exception type. |
TFrom | Object type. |
obj | Source pointer. |
InvalidCastException | if cast is not allowed. |
CastResult< TTo >::type System::StaticCast | ( | std::nullptr_t | ) |
Performs static cast of null objects.
TTo | Target pointee type. |
std::enable_if< std::is_arithmetic< TFrom >::value, TTo >::type System::StaticCast | ( | TFrom | value | ) |
Specialization for arithmetic types.
std::enable_if< std::is_same< TTo, System::String >::value, TTo >::type System::StaticCast | ( | TTo | value | ) |
CastResult< TTo >::type System::StaticCast | ( | WeakPtr< TFrom > const & | obj | ) |
Performs static cast on WeakPtr objects.
TTo | Target pointee type. |
TFrom | Source pointee type. |
obj | Source pointer. |
InvalidCastException | if cast is not allowed. |
std::enable_if< IsExceptionWrapper< TFrom >::value &&IsExceptionWrapper< TTo >::value &&(std::is_convertible< TTo, TFrom >::value||std::is_base_of< TTo, TFrom >::value), TTo >::type System::StaticCast_noexcept | ( | const TFrom & | obj | ) |
Performs static cast on Exception objects.
TTo | Target Exception type. |
TFrom | Source Exception type. |
obj | Source pointer. |
std::enable_if<!IsExceptionWrapper< TTo >::value, typenameCastResult< TTo >::type >::type System::StaticCast_noexcept | ( | SmartPtr< TFrom > const & | obj | ) |
Performs static cast on SmartPtr objects.
TTo | Target pointee type. |
TFrom | Source pointee type. |
obj | Source pointer. |
|
noexcept |
Performs static cast on Objects to Exception objects.
TTo | Target Exception type. |
TFrom | Object type. |
obj | Source pointer. |
CastResult< TTo >::type System::StaticCast_noexcept | ( | WeakPtr< TFrom > const & | obj | ) |
Performs static cast on WeakPtr objects.
TTo | Target pointee type. |
TFrom | Source pointee type. |
obj | Source pointer. |
std::enable_if_t< System::IsSmartPtr< From >::value, System::SharedPtr< System::Array< To > > > System::StaticCastArray | ( | const System::SharedPtr< System::Array< From > > & | from | ) |
Performs casting of elements of the specified array to different type. Override for cases then From is SmartPtr obj.
from | Shared pointer to the array containing the elements to cast |
To
equivalent to the elements of from
To | The type to cast the elements of the specified array to |
From | The type of elements of the elements of the arry elements of which to cast |
std::enable_if_t<!System::IsSmartPtr< From >::value &&System::IsBoxable< From >::value &&std::is_same< To, System::SharedPtr< Object > >::value, System::SharedPtr< System::Array< To > > > System::StaticCastArray | ( | const System::SharedPtr< System::Array< From > > & | from | ) |
Performs casting of elements of the specified array to different type. Override for cases then From is Boxable and To is Object[].
from | Shared pointer to the array containing the elements to cast |
To
equivalent to the elements of from
To | The type to cast the elements of the specified array to |
From | The type of elements of the elements of the arry elements of which to cast |