5#include <system/icloneable.h>
6#include <system/nullable.h>
7#include <system/object.h>
8#include <system/shared_ptr.h>
9#include <system/string.h>
11namespace System {
namespace Net {
namespace Http {
namespace Headers {
25 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
27 ASPOSECPP_SHARED_RTTI_INFO_DECL();
110 static bool TryGetLengthLength(
String input, int32_t& current, int32_t& lengthLength);
118 static bool TryGetRangeLength(
String input, int32_t& current, int32_t& fromLength, int32_t& toStartIndex,
131 static bool TryCreateContentRange(
String input,
String unit, int32_t fromStartIndex, int32_t fromLength,
132 int32_t toStartIndex, int32_t toLength, int32_t lengthStartIndex,
Defies a method that enables object cloning - creating a copy of an object. Objects of this class sho...
Definition: icloneable.h:16
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9