All Classes, Interfaces, Objects and Records

Name Unit Description
ADDRINFOW Grijjy.Winsock2

 

BsonDefaultValueAttribute Grijjy.Bson.Serialization

Specifies the default value for an element.

BsonDiscriminatorAttribute Grijjy.Bson.Serialization

Applies a discriminator to a class.

BsonElementAttribute Grijjy.Bson.Serialization

Attribute used to force serializing read-only properties and to modify the name of an element for serialization

BsonErrorOnExtraElementsAttribute Grijjy.Bson.Serialization

Apply this attribute to a record or class if you want to raise an exception when deserializing elements that are not part of the record or class.

BsonIgnoreAttribute Grijjy.Bson.Serialization

Apply this attribute to elements you want to ignore for serialization

BsonIgnoreIfDefaultAttribute Grijjy.Bson.Serialization

Apply this attribute to elements you want to ignore if they have the default value.

BsonRepresentationAttribute Grijjy.Bson.Serialization

Changes the representation type of an element when serializing.

EgoBsonSerializerError Grijjy.Bson.Serialization

Type of exception that is raised on serialization errors

EgoJsonParserError Grijjy.Bson.IO

Type of exception that is raised when parsing an invalid JSON source.

EgoSerializationError Grijjy.ProtocolBuffers

Exception type that is raise when an error occurs during (de)serialization

epoll_data Linuxapi.Epoll

 

epoll_event Linuxapi.Epoll

 

IgoBsonBaseReader Grijjy.Bson.IO

Base interface for IgoBsonReader, IgoJsonReader and IgoBsonDocumentReader

IgoBsonBaseWriter Grijjy.Bson.IO

Base interface for IgoBsonWriter, IgoJsonWriter and IgoBsonDocumentWriter

IgoBsonDocumentReader Grijjy.Bson.IO

Interface for reading BSON values from a BSON Document.

IgoBsonDocumentWriter Grijjy.Bson.IO

Interface for writing BSON values to a BSON document.

IgoBsonReader Grijjy.Bson.IO

Interface for reading BSON values from binary BSON format.

IgoBsonReaderBookmark Grijjy.Bson.IO

A bookmark that can be used to return a reader to the current position and state.

IgoBsonWriter Grijjy.Bson.IO

Interface for writing BSON values to binary BSON format.

IgoJsonReader Grijjy.Bson.IO

Interface for reading BSON values from JSON format.

IgoJsonWriter Grijjy.Bson.IO

Interface for writing BSON values to JSON format.

MIB_TCPTABLE_OWNER_PID Grijjy.Winsock2

 

SerializeAttribute Grijjy.ProtocolBuffers

A Delphi attribute you use to decorate record fields that need to be serialized.

TASN1_STRING Grijjy.OpenSSL.API

 

TCRYPTO_dynlock_value Grijjy.OpenSSL.API

 

TgoArray Grijjy.Collections

Various utilities that operate on generic dynamic arrays.

TgoBsonArray Grijjy.Bson

An array of other BSON values

TgoBsonArray._IArray Grijjy.Bson

@exclude

TgoBsonBaseReader Grijjy.Bson.IO

Abstract base class of TgoBsonReader and TgoJsonReader.

TgoBsonBaseWriter Grijjy.Bson.IO

Abstract base class of TgoBsonWriter and TgoJsonWriter.

TgoBsonBinaryData Grijjy.Bson

A blob of binary data

TgoBsonDateTime Grijjy.Bson

A BSON DateTime value

TgoBsonDefaultValue Grijjy.Bson.Serialization

Used internally by BsonDefaultValueAttribute to specify a default value

TgoBsonDocument Grijjy.Bson

A BSON document.

TgoBsonDocument._IDocument Grijjy.Bson

@exclude

TgoBsonDocumentReader Grijjy.Bson.IO

Stock implementation of the IgoBsonDocumentReader interface.

TgoBsonDocumentWriter Grijjy.Bson.IO

Stock implementation of the IgoBsonDocumentWriter interface.

TgoBsonElement Grijjy.Bson

An element in a TgoBsonDocument

TgoBsonJavaScript Grijjy.Bson

A piece of JavaScript code

TgoBsonJavaScriptWithScope Grijjy.Bson

A piece of JavaScript code with a scope (a set of variables with values, as defined in another document).

TgoBsonMaxKey Grijjy.Bson

Represents the BSON MaxKey value

TgoBsonMinKey Grijjy.Bson

Represents the BSON MinKey value

TgoBsonNull Grijjy.Bson

Represents the BSON Null value

TgoBsonReader Grijjy.Bson.IO

Stock implementation of the IgoBsonReader interface.

TgoBsonRegularExpression Grijjy.Bson

A BSON Regular Expression

TgoBsonSerializer Grijjy.Bson.Serialization

Static class for serializing and deserializing to JSON and BSON format

TgoBsonSerializer.TCustomSerializer Grijjy.Bson.Serialization

 

TgoBsonSymbol Grijjy.Bson

A symbol from a lookup table (deprecated by BSON).

TgoBsonSymbolTable Grijjy.Bson

A table used to lookup TgoBsonSymbol values

TgoBsonTimestamp Grijjy.Bson

A BSON Timestamp.

TgoBsonUndefined Grijjy.Bson

Represents the BSON Undefined value

TgoBsonValue Grijjy.Bson

The base "class" for all BSON values.

TgoBsonValue._IValue Grijjy.Bson

@exclude

TgoBsonValueHelper Grijjy.Bson

Adds methods to TgoBsonValue

TgoBsonWriter Grijjy.Bson.IO

Stock implementation of the IgoBsonWriter interface.

TgoByteBuffer Grijjy.SysUtils

Class representing a buffer of bytes, with methods to efficiently add data to the buffer.

TgoDeviceTokenChangeMessage Grijjy.RemotePush.Receiver

Device token change message

TgoHttpClient Grijjy.Http

Http client

TgoHttpClientManager Grijjy.Http

Http client manager

TgoHttpHeader Grijjy.Http

Http header

TgoHttpHeaders Grijjy.Http

Http headers class

TgoHttpResponseMessage Grijjy.Http

Http response message

TgoJsonReader Grijjy.Bson.IO

Stock implementation of the IgoJsonReader interface.

TgoJsonWriter Grijjy.Bson.IO

Stock implementation of the IgoJsonWriter interface.

TgoJsonWriterSettings Grijjy.Bson

Settings for a IgoJsonWriter

TgoMemoryPool Grijjy.MemoryPool

 

TgoObjectId Grijjy.Bson

Represents an ObjectId.

TgoObjectSet Grijjy.Collections

A specialized TgoSet<T> that can only hold objects.

TgoOpenSSL Grijjy.OpenSSL

OpenSSL protocol handler

TgoProtocolBuffer Grijjy.ProtocolBuffers

Static class used for (de)serializing records in Protocol Buffer format

TgoPtr Grijjy.Collections

Generic record used to define a pointer to a value type.

TgoReadOnlySet Grijjy.Collections

Generic read-only set.

TgoRemoteNotificationMessage Grijjy.RemotePush.Receiver

Remote notification message

TgoRemotePushReceiver Grijjy.RemotePush.Receiver

Remote push receiver instance

TgoRemotePushSender Grijjy.RemotePush.Sender

Remote push sender instance

TgoRingBuffer Grijjy.Collections

A ring buffer (aka "circular buffer").

TgoSet Grijjy.Collections

A generic unordered set of values.

TgoSocial Grijjy.Social

 

TgoSocialLogin Grijjy.Social

 

TgoSocialLoginMessage Grijjy.Social

 

TgoSSLHelper Grijjy.OpenSSL

Helper class for SSL

TgoURI Grijjy.Uri

 

TgoValueDictionary Grijjy.Collections

A light-weight dictionary where the values are of value types (primitive types and records).

TgoValueList Grijjy.Collections

A light-weight list of value types (primitive types and records).

TMibTcpRowOwnerPid Grijjy.Winsock2

 

TThreadSafeBuffer Grijjy.Http

Thread safe buffer


Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26