IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/22
The Integrative Modeling Platform
IMP::AddIntFlag Struct Reference

#include <IMP/flags.h>

Detailed Description

Define one of these in C++ to add a new boost::int64_t flag storing into the passed variable.

Note
You should consider using Flag<boost::int64_t> instead.

Definition at line 123 of file flags.h.

Public Member Functions

 AddIntFlag (std::string name, std::string description, boost::int64_t *storage)
 

The documentation for this struct was generated from the following file: