ROSE
0.11.22.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
src
util
rose_constants.h
1
// This file defines constants, flags, etc. that are so useful that they're at the very top
2
// "Rose" namespace, and included in all user code via #include <rose.h>.
3
//
4
// Do not put #define constants in this file unless they follow the proper ROSE naming scheme.
5
//
6
#ifndef ROSE_constants_H
7
#define ROSE_constants_H
8
9
#include <rosedll.h>
10
#include <cstddef>
11
12
namespace
Rose
{
13
18
const
size_t
UNLIMITED
(-1);
19
24
const
size_t
INVALID_INDEX
(-1);
25
26
}
// namespace
27
#endif
Rose::UNLIMITED
const size_t UNLIMITED(-1)
Effictively unlimited size.
Rose
Main namespace for the ROSE library.
Definition:
BinaryTutorial.dox:3
Rose::INVALID_INDEX
const size_t INVALID_INDEX(-1)
Invalid array index.
Generated on Mon Mar 1 2021 04:50:51 for ROSE by
1.8.10