Skip to content

Instantly share code, notes, and snippets.

@grundprinzip
Created August 15, 2011 20:02
Show Gist options
  • Save grundprinzip/1147656 to your computer and use it in GitHub Desktop.
Save grundprinzip/1147656 to your computer and use it in GitHub Desktop.
if (_binary && (_file_name.size() > 0))
sm->loadBinaryTable(_table_name, _file_name);
else if (_header_file_name.size() == 0)
sm->loadTableFile(_table_name, _file_name);
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment