jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Public Member Functions | Public Attributes | List of all members
jubatus::core::graph::edge_exists Class Reference

#include <graph_type.hpp>

Inheritance diagram for jubatus::core::graph::edge_exists:
Inheritance graph
Collaboration diagram for jubatus::core::graph::edge_exists:
Collaboration graph

Public Member Functions

 edge_exists (edge_id_t id)
 
- Public Member Functions inherited from jubatus::core::graph::graph_exception
 graph_exception (const std::string &what)
 
- Public Member Functions inherited from jubatus::core::common::exception::runtime_error
 runtime_error (const std::string &what)
 
const char * what () const throw ()
 
 ~runtime_error () throw ()
 
- Public Member Functions inherited from jubatus::core::common::exception::jubaexception< runtime_error >
void bind_thrower (exception_thrower_ptr thrower) const
 
 jubaexception ()
 
exception_thrower_ptr thrower () const
 
virtual ~jubaexception () throw ()
 
- Public Member Functions inherited from jubatus::core::common::exception::jubatus_exception
std::string diagnostic_information (bool display_what=false) const
 
error_info_list_t error_info () const
 
 jubatus_exception () throw ()
 
std::string name () const throw ()
 
virtual ~jubatus_exception () throw ()
 

Public Attributes

edge_id_t id_
 

Detailed Description

Definition at line 136 of file graph_type.hpp.

Constructor & Destructor Documentation

jubatus::core::graph::edge_exists::edge_exists ( edge_id_t  id)
inlineexplicit

Definition at line 138 of file graph_type.hpp.

139  : graph_exception(__func__),
140  id_(id) {
141  }
graph_exception(const std::string &what)
Definition: graph_type.hpp:104

Member Data Documentation

edge_id_t jubatus::core::graph::edge_exists::id_

Definition at line 143 of file graph_type.hpp.


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