Advertisement
pushrbx

Untitled

Apr 25th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. #include <string>
  2. #include <vector>
  3.  
  4. class CDataStoreParser
  5. {
  6. public:
  7.     static void parse(vector<BookDetails>& pBooks, const string& szFileName);
  8.     static void processLine(vector<BookDetails>& pBooks, istream& is);
  9. private:
  10.     static path m_branchPath;
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement