|
GAMS
1.2.2
|
Auction bidding instance. More...
#include <AuctionBid.h>
Public Member Functions | |
| bool | operator< (const AuctionBid &rhs) const |
| Compares for bid less than. More... | |
| bool | operator== (const AuctionBid &rhs) const |
| Compares for bid equality. More... | |
| bool | operator> (const AuctionBid &rhs) const |
| Compares for bid greater than. More... | |
Public Attributes | |
| madara::knowledge::KnowledgeRecord | amount |
| the amount of the bid (e.g., 2.50) More... | |
| std::string | bidder |
| the id of the bidder (e.g., "agent.0") More... | |
Auction bidding instance.
Definition at line 71 of file AuctionBid.h.
| bool gams::auctions::AuctionBid::operator< | ( | const AuctionBid & | rhs | ) | const |
Compares for bid less than.
| bool gams::auctions::AuctionBid::operator== | ( | const AuctionBid & | rhs | ) | const |
Compares for bid equality.
| bool gams::auctions::AuctionBid::operator> | ( | const AuctionBid & | rhs | ) | const |
Compares for bid greater than.
| madara::knowledge::KnowledgeRecord gams::auctions::AuctionBid::amount |
the amount of the bid (e.g., 2.50)
Definition at line 94 of file AuctionBid.h.
| std::string gams::auctions::AuctionBid::bidder |
the id of the bidder (e.g., "agent.0")
Definition at line 91 of file AuctionBid.h.