|
typedef boost::multi_index_container< potential_peer_record, indexed_by< ordered_non_unique< tag< last_seen_time_index >, member< potential_peer_record, fc::time_point_sec, &potential_peer_record::last_seen_time >, std::greater< fc::time_point_sec > >, hashed_unique< tag< endpoint_index >, member< potential_peer_record, fc::ip::endpoint, &potential_peer_record::endpoint >, std::hash< fc::ip::endpoint > > > > | potential_peer_set |
|
Definition at line 44 of file peer_database.cpp.
◆ potential_peer_set
typedef boost::multi_index_container<potential_peer_record, indexed_by<ordered_non_unique<tag<last_seen_time_index>, member<potential_peer_record, fc::time_point_sec, &potential_peer_record::last_seen_time>, std::greater<fc::time_point_sec> >, hashed_unique<tag<endpoint_index>, member<potential_peer_record, fc::ip::endpoint, &potential_peer_record::endpoint>, std::hash<fc::ip::endpoint> > > > graphene::net::detail::peer_database_impl::potential_peer_set |
◆ begin()
◆ clear()
void graphene::net::detail::peer_database_impl::clear |
( |
| ) |
|
◆ close()
void graphene::net::detail::peer_database_impl::close |
( |
| ) |
|
◆ end()
◆ erase()
void graphene::net::detail::peer_database_impl::erase |
( |
const fc::ip::endpoint & |
endpointToErase | ) |
|
◆ lookup_entry_for_endpoint()
◆ lookup_or_create_entry_for_ep()
◆ open()
void graphene::net::detail::peer_database_impl::open |
( |
const fc::path & |
databaseFilename | ) |
|
◆ size()
size_t graphene::net::detail::peer_database_impl::size |
( |
| ) |
const |
◆ update_entry()
void graphene::net::detail::peer_database_impl::update_entry |
( |
const potential_peer_record & |
updatedRecord | ) |
|
The documentation for this class was generated from the following file: