| ▼Cagentxcpp::AbstractVariable | Base class for SNMP variables |
| Cagentxcpp::Counter32Variable | Represents an Counter32 as described in RFC 2741 |
| Cagentxcpp::Counter64Variable | Represents an Counter64 as described in RFC 2741 |
| Cagentxcpp::Gauge32Variable | Represents a Gauge32 as described in RFC 2741 |
| Cagentxcpp::IntegerVariable | This class represents an Integer variable as described in RFC 2741 |
| Cagentxcpp::IpAddressVariable | Represents an IP address as described in RFC 2741, section 5.4 |
| ▼Cagentxcpp::OctetStringVariable | Represents an OctetSting as described in RFC 2741 |
| Cagentxcpp::DisplayStringVariable | A DisplayString variable |
| Cagentxcpp::OidVariable | Represents an SNMP OBJECT-IDENTENTIFIER variable |
| Cagentxcpp::OpaqueVariable | Represents an Opaque object as described in RFC 2741, section 5.4 |
| Cagentxcpp::TimeTicksVariable | Represents a TimeTicks as described in RFC 2741 |
| ▼Cstd::basic_string< Char > | STL class |
| Cagentxcpp::binary | A type representing a contigous byte stream |
| ▼Cstd::exception | STL class |
| Cagentxcpp::disconnected | Exception to indicate a disconnected state |
| Cagentxcpp::duplicate_registration | Exception to indicate that a MIB region was registered twice with the same priority |
| Cagentxcpp::generic_error | Exception to indicate that obtaining the value of an SNMP variable failed |
| Cagentxcpp::internal_error | Exception to indicate an internal error |
| Cagentxcpp::inval_param | Exception for invalid parameter |
| Cagentxcpp::master_is_unable | Exception to indicate that the master agent was unable to process a request |
| Cagentxcpp::master_is_unwilling | Exception to indicate that the master agent was not willing to process a request |
| Cagentxcpp::network_error | Exception to indicate a network error |
| Cagentxcpp::parse_error | Exception for parse errors |
| Cagentxcpp::timeout_error | Exception to indicate a timeout |
| Cagentxcpp::unknown_registration | Exception to indicate that a MIB region registration was not found |
| Cagentxcpp::unsupported_context | Exception to indicate that the master agent does not support the context |
| Cagentxcpp::version_error | Exception for reception of PDU with invalid version number |
| ▼Cagentxcpp::PDU | The base class of all PDU's |
| Cagentxcpp::CleanupSetPDU | Represents an CleanupSet-PDU |
| Cagentxcpp::ClosePDU | This class represents a Close-PDU |
| Cagentxcpp::CommitSetPDU | Represents an CommitSet-PDU |
| Cagentxcpp::OpenPDU | Represents an Open-PDU |
| ▼Cagentxcpp::PDUwithContext | |
| Cagentxcpp::AddAgentCapsPDU | Represents an AddAgentCaps-PDU |
| Cagentxcpp::GetBulkPDU | Represents an GetBulk-PDU |
| Cagentxcpp::GetNextPDU | Represents an GetNext-PDU |
| Cagentxcpp::GetPDU | Represents an Get-PDU |
| Cagentxcpp::IndexAllocatePDU | Represents a IndexAllocate-PDU |
| Cagentxcpp::IndexDeallocatePDU | Represents a IndexDeallocate-PDU |
| Cagentxcpp::NotifyPDU | Represents an Notify-PDU |
| Cagentxcpp::PingPDU | Represents a Ping-PDU |
| Cagentxcpp::RegisterPDU | This class represents a Register-PDU |
| Cagentxcpp::RemoveAgentCapsPDU | Represents an RemoveAgentCaps-PDU |
| Cagentxcpp::TestSetPDU | Represents an TestSet-PDU |
| Cagentxcpp::UnregisterPDU | This class represents an Unregister-PDU |
| Cagentxcpp::ResponsePDU | Represents an Response-PDU |
| Cagentxcpp::UndoSetPDU | Represents an UndoSet-PDU |
| ▼CQObject | |
| Cagentxcpp::MasterProxy | This class represents the master agent in a subagent program |
| Cagentxcpp::UnixDomainConnector | Connect to a unix domain socket |
| ▼CQVector | |
| Cagentxcpp::Oid | Represents an SNMP object identifier (OID) |
| Cagentxcpp::Table | Manage an SNMP table |
| Cagentxcpp::TableEntry | Base class for table entries |
| Cagentxcpp::Varbind | Represents a VarBind according to RFC 2741, section 5.4 |