Define an Expando format string. More...
#include <stdbool.h>#include <stdint.h>
Include dependency graph for definition.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | ExpandoDefinition |
| Definition of a format string. More... | |
Typedefs | |
| typedef uint8_t | ExpandoParserFlags |
Enumerations | |
| enum | ExpandoParserFlag { EP_NONE = 0 , EP_CONDITIONAL = 1U << 0 } |
| Flags for expando_parse(), e.g. More... | |
Define an Expando format string.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file definition.h.
| typedef uint8_t ExpandoParserFlags |
Definition at line 41 of file definition.h.
| enum ExpandoParserFlag |
Flags for expando_parse(), e.g.
| Enumerator | |
|---|---|
| EP_NONE | No flags are set. |
| EP_CONDITIONAL | Expando is being used as a condition. |
Definition at line 36 of file definition.h.