All Classes Functions Variables Typedefs Friends Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCGlympse::CommonStorageThe purpose of this storage helper is to avoid the need in virtual inheritance in client side code
|oCGlympse::Common< ILong >
|\CGlympse::Common< T >Implements all methods of ICommon interface
oCGlympse::ConcurrentSet of basic concurrency primitives
oCGlympse::CoreConstantsBasic enumerations belonging to Core layer
|\CGlympse::CCShortcut to CoreConstants provided for convenience
oCGlympse::CoreFactoryFactory methods for constructing all API primitives
oCGlympse::CoreToolsBasic serialization tools
oCGlympse::GArray< T >Smart pointer wrapper over IArray
oCGlympse::GComparator< T >
oCGlympse::GEnumeration< T >Smart pointer wrapper over IEnumeration
oCGlympse::GHashtable< K, V >
oCGlympse::GLinkedList< T >
oCGlympse::GList< T >Smart pointer wrapper over IList
oCGlympse::GlympseConstantsDeclares the list of all constants (enumerations) utilized by various API components
|\CGlympse::GCShortcut to GlympseConstants provided for convenience
oCGlympse::GlympseEventsDeclares the list of event broadcasters and all supported events
|\CGlympse::GEShortcut to GlympseEvents provided for convenience
oCGlympse::GlympseFactoryFactory methods for instantiating major Glympse API primitives and Glympse platform itself
oCGlympse::GlympseToolsStatic helpers for manipulating various Glympse concepts
oCGlympse::GMap< K, V >
oCGlympse::GVector< T >
oCGlympse::ICommonThe foundtation for the Glympse API object model
|oCGlympse::IAddressEncapsulates a real world physical address
|oCGlympse::IApiStatusProvides the ability to query the availability of the Glympse API services
|oCGlympse::IApiStatusListenerThe listener interface for API status determination
|oCGlympse::IArray< T >Provides immutable access to vector (array) container with support for range-based enumeration
|oCGlympse::ICardEventExposes basic properties of card event
|oCGlympse::ICardMemberDescriptorExposes basic properties and a state of a card
|oCGlympse::ICardMemberStateExposes card member state properties
|oCGlympse::ICardMemberTicketConvenience class to wrap a card member and card ticket
|oCGlympse::ICardObjectBase interface for data object associated with a Card
|oCGlympse::ICardTicketWraps sharing or request ticket card properties
|oCGlympse::ICardTicketBuilderThe interface to construct and initialize card ticket objects
|oCGlympse::ICardTypeExposes basic properties for types of cards
|oCGlympse::IComparableThe IComparable interface is introduced to provide additional mechanizm of content-oriented objects comparison, which does not conflict with language-specific one (Object.equals in Java and Object.Equals in C#)
|oCGlympse::IComparator< T >
|oCGlympse::IDataEventThe class to encapsulate data passed along with GE::TICKET_DATA_APPENDED event
|oCGlympse::IDataRowEncapsulates data related to specific property
|oCGlympse::IDirectionsManagerControls the behavior of ETA/directions unit
|oCGlympse::IDrawableRepresents bitmap objects on the system
|oCGlympse::IEnumeration< T >An object that implements the IEnumeration interface generates a series of elements, one at a time
|oCGlympse::IEventListenerThe listener interface for receiving Glympse events
|oCGlympse::IGroupInviteIncapsulates public group information and incoming invite details
|oCGlympse::IHandlerThe IHandler interface provides the foundation for inter-thread communications in non thread safe run loop based environment
|oCGlympse::IHandoffProviderThe interface to abstract the details of implementation of specific handoff provider
|oCGlympse::IHistoryManagerContains a collection of outgoing (sent) Ticket objects ("Glympse history")
|oCGlympse::IInviteViewerIncapsulates invite viewer details
|oCGlympse::ILatLngSpecifies a single location point (latitude and longitude)
|oCGlympse::ILinkedAccount
|oCGlympse::IList< T >Provides immutable access to list container with support for range-based enumeration
|oCGlympse::ILocationListenerCommon interface for receiving updates from location provider
|oCGlympse::ILocationProfileBuilderProvides an interface for building location profiles
|oCGlympse::ILocationProviderHost application implements ILocationProvider to supply Glympse API with location information aquired from proprietary source (external location API or service)
|oCGlympse::ILongThe ILong interface wraps a value of the primitive type long (int64) in an object
|oCGlympse::IMap< K, V >
|oCGlympse::IPersistableThe IPersistable interface declares the two methods that a class must implement so that instances of that class can be encoded and decoded
|oCGlympse::IPlaceSearchRequestObject encapsulating parameters of a request
|oCGlympse::IPlaceSearchResultEncapsulates properties of a single place search result
|oCGlympse::IPlaceSearchResultsAssociates the list of place search results with the original request
|oCGlympse::IPoiEncapsulates a Place of Interest
|oCGlympse::IPoiBuilderProvides an interface for building POIs
|oCGlympse::IProximityListenerCommon interface for receiving updates from proximity provider
|oCGlympse::IProximityProviderThe IProximityProvider provides standard interface for geo-fencing
|oCGlympse::IRunnableRepresents a command that can be executed
|oCGlympse::IServerErrorProvides details about errors that occur during server interactions
|oCGlympse::ISmsListenerProvides client application with a chance to be notified on the status of SMS delivery
|oCGlympse::ISmsProviderProvides access to generic SMS auto-send functionality
|oCGlympse::IStorageUnitRepresents a unit of disk-backed storage on the device
|oCGlympse::IStringAn immutable sequence of characters/code units
|oCGlympse::IStringBuilderA modifiable sequence of characters for use in creating strings
|oCGlympse::ITrackRepresents a collection of location points (ILocation)
|oCGlympse::ITrackBuilderThe interface to construct and initialize track objects
|oCGlympse::IUserManagerOperates with users, whos tickets are currently watched
|oCGlympse::IUserTicketRepresents a combination of user and a ticket
|\CGlympse::IXoAListenerThe listener interface determining which tickets should be affected by XoA logic
oCGlympse::O< T >Smart pointer designed to maintain lifetime of objects with internal reference counting (ICommon degived classes)
oCGlympse::O< ICommon >
oCGlympse::ObjectSome helpers for dealing with O<T> objects
oCGlympse::RangeIterator< T >Wraps IEnumeration into forward iterator
\CT
 \CGlympse::Common< T >Implements all methods of ICommon interface