Advertisement
TwITe

Untitled

Nov 11th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. struct index_data {
  2.     vector <string> file_names;
  3.     vector <long long> start_reading_positions;
  4.     vector <long long> end_reading_positions;
  5.     int data_size;
  6.     bool deleted;
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement