* Get the actual shares as a const pointer so that they can be iterated * over. * @return Actual shares. */
| 87 | * @return Actual shares. |
| 88 | */ |
| 89 | inline const SharesMap *GetShares() const { return &this->shares; } |
| 90 | |
| 91 | /** |
| 92 | * Return total amount of unrestricted shares. |
no outgoing calls
no test coverage detected