Searched defs:Actor (Results 1 – 11 of 11) sorted by relevance
39 struct Actor struct41 Actor() {} in Actor() argument42 Actor(string const& s) : name(s) {} in Actor() function43 string name;
30 struct Actor struct32 Actor(int id = -1) : id(id) {} in Actor() function37 typedef adjacency_list< vecS, vecS, undirectedS, Actor, argument
21 struct Actor struct27 typedef undirected_graph< Actor > Graph; argument
20 struct Actor struct26 typedef undirected_graph< Actor > Graph; argument
21 struct Actor struct27 typedef directed_graph< Actor > Graph; argument
39 struct Actor struct45 typedef undirected_graph< Actor > Graph; argument
22 struct Actor struct28 typedef undirected_graph< Actor > Graph; argument
48 struct Actor struct54 typedef undirected_graph< Actor > Graph; argument
70 friend class Actor; variable