gloox  1.0.21
Classes | Typedefs | Enumerations
gloox::LinkLocal Namespace Reference

Classes

class  Client
 
class  Handler
 
class  Manager
 
struct  Service
 

Typedefs

typedef std::list< ServiceServiceList
 

Enumerations

enum  Flag { AddService, RemoveService }
 

Detailed Description

Namespace holding all the Link-local-related structures and definitions.

See gloox::LinkLocal::Manager for more information on how to implement link-local messaging.

Typedef Documentation

◆ ServiceList

typedef std::list<Service> ServiceList

A list of services.

Definition at line 71 of file linklocal.h.

Enumeration Type Documentation

◆ Flag

enum Flag

Used in conjunction with Service to indicate whether a service has been added (newly advertised) or removed.

Enumerator
AddService 

A service has been added.

RemoveService 

A service has been removed.

Definition at line 40 of file linklocal.h.