mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Tidy up and annotate
This commit is contained in:
@@ -50,6 +50,9 @@ public:
|
||||
*/
|
||||
SOTemplate ();
|
||||
|
||||
// VFALCO NOTE Why do we even bother with the 'private' keyword if
|
||||
// this function is present?
|
||||
//
|
||||
std::vector <SOElement const*> const& peek() const
|
||||
{
|
||||
return mTypes;
|
||||
@@ -64,8 +67,9 @@ public:
|
||||
int getIndex (SField::ref) const;
|
||||
|
||||
private:
|
||||
std::vector<SOElement const*> mTypes;
|
||||
std::vector <int> mIndex; // field num -> index
|
||||
std::vector <SOElement const*> mTypes;
|
||||
|
||||
std::vector <int> mIndex; // field num -> index
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user