Go to the source code of this file.
Classes | |
| class | agentxcpp::oid |
| Represents an SNMP object identifier (OID) More... | |
Functions | |
| std::ostream & | agentxcpp::operator<< (std::ostream &, const agentxcpp::oid &) |
| The output operator for the oid class. | |
Variables | |
| const oid | agentxcpp::iso (1) |
| const oid | agentxcpp::ccitt (0) |
| const oid | agentxcpp::joint_iso_ccitt (2) |
| const oid | agentxcpp::org (iso, 3) |
| const oid | agentxcpp::dod (org, 6) |
| const oid | agentxcpp::internet (dod, 1) |
| const oid | agentxcpp::directory (internet, 1) |
| const oid | agentxcpp::mgmt (internet, 2) |
| const oid | agentxcpp::experimental (internet, 3) |
| const oid | agentxcpp::private_ (internet, 4) |
| const oid | agentxcpp::enterprises (private_, 1) |