OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
IFMapServer::ClientHistoryInfo Struct Reference

#include <ifmap_server.h>

Collaboration diagram for IFMapServer::ClientHistoryInfo:

Public Member Functions

 ClientHistoryInfo (const std::string &name, int id, uint64_t ctime, uint64_t htime)
 
const std::string client_created_at_str () const
 
const std::string history_created_at_str () const
 

Public Attributes

std::string client_name
 
int client_index
 
uint64_t client_created_at
 
uint64_t history_created_at
 

Detailed Description

Definition at line 42 of file ifmap_server.h.

Constructor & Destructor Documentation

IFMapServer::ClientHistoryInfo::ClientHistoryInfo ( const std::string &  name,
int  id,
uint64_t  ctime,
uint64_t  htime 
)
inline

Definition at line 43 of file ifmap_server.h.

Member Function Documentation

const std::string IFMapServer::ClientHistoryInfo::client_created_at_str ( ) const

Definition at line 472 of file ifmap_server.cc.

Here is the call graph for this function:

const std::string IFMapServer::ClientHistoryInfo::history_created_at_str ( ) const

Definition at line 476 of file ifmap_server.cc.

Here is the call graph for this function:

Member Data Documentation

uint64_t IFMapServer::ClientHistoryInfo::client_created_at

Definition at line 53 of file ifmap_server.h.

int IFMapServer::ClientHistoryInfo::client_index

Definition at line 52 of file ifmap_server.h.

std::string IFMapServer::ClientHistoryInfo::client_name

Definition at line 51 of file ifmap_server.h.

uint64_t IFMapServer::ClientHistoryInfo::history_created_at

Definition at line 54 of file ifmap_server.h.


The documentation for this struct was generated from the following files: