Dangerous SNMP
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Context Class Reference

A Dangerous SNMP "Context" is the backing for the rest of the Dangerous SNMP libraries. More...

#include <context.hpp>

Classes

class  PrivateData
 

Public Member Functions

 Context ()
 Constructor. More...
 
 ~Context ()
 Desctuctor. More...
 

Protected Attributes

std::shared_ptr< PrivateDataprivateData
 TODO: WHAT IS THIS.
 

Friends

class Client
 TODO: WHY?
 
class AgentX
 TODO: WHY?
 

Detailed Description

A Dangerous SNMP "Context" is the backing for the rest of the Dangerous SNMP libraries.

Its primary goal is to provide the input/output system that is used for network communication.

Typically, an application will need only a single context; however, multiple contexts can coexist, so if a library uses Dangerous SNMP, your application won't need to worry about conflicting settings or global variables. Everything necessary for Dangerous SNMP will be contained here.

Constructor & Destructor Documentation

Context ( )

Constructor.

TODO

~Context ( )

Desctuctor.

TODO


The documentation for this class was generated from the following file: