_data_size | fawkes::SharedMemory | protected |
_destroy_on_delete | fawkes::SharedMemory | protected |
_header | fawkes::SharedMemory | protected |
_is_read_only | fawkes::SharedMemory | protected |
_magic_token | fawkes::SharedMemory | protected |
_mem_size | fawkes::SharedMemory | protected |
_memptr | fawkes::SharedMemory | protected |
_shm_header | fawkes::SharedMemory | protected |
_shm_magic_token | fawkes::SharedMemory | protected |
_shm_offset | fawkes::SharedMemory | protected |
_shm_upper_bound | fawkes::SharedMemory | protected |
_should_create | fawkes::SharedMemory | protected |
add_semaphore() | fawkes::SharedMemory | |
addr(void *ptr) const | fawkes::SharedMemory | |
attach() | fawkes::SharedMemory | protected |
buffer() const | firevision::SharedMemoryLookupTable | |
bytes_per_cell() const | firevision::SharedMemoryLookupTable | |
cleanup(bool use_lister=true) | firevision::SharedMemoryLookupTable | static |
data_size() const | fawkes::SharedMemory | |
depth() const | firevision::SharedMemoryLookupTable | |
end() | fawkes::SharedMemory | static |
erase(const char *magic_token, SharedMemoryHeader *header, SharedMemoryLister *lister=0, const char *registry_name=0) | fawkes::SharedMemory | static |
erase_orphaned(const char *magic_token, SharedMemoryHeader *header, SharedMemoryLister *lister=0, const char *registry_name=0) | fawkes::SharedMemory | static |
exists(const char *lut_id) | firevision::SharedMemoryLookupTable | static |
fawkes::SharedMemory::exists(const char *magic_token, SharedMemoryHeader *header, const char *registry_name=0) | fawkes::SharedMemory | static |
find(const char *magic_token, SharedMemoryHeader *header, const char *registry_name=0) | fawkes::SharedMemory | static |
free() | fawkes::SharedMemory | protected |
height() const | firevision::SharedMemoryLookupTable | |
is_creator() const | fawkes::SharedMemory | |
is_destroyed() const | fawkes::SharedMemory | |
is_destroyed(int shm_id) | fawkes::SharedMemory | static |
is_protected() const | fawkes::SharedMemory | |
is_read_only() const | fawkes::SharedMemory | |
is_swapable() const | fawkes::SharedMemory | |
is_swapable(int shm_id) | fawkes::SharedMemory | static |
is_valid() const | fawkes::SharedMemory | |
list() | firevision::SharedMemoryLookupTable | static |
fawkes::SharedMemory::list(const char *magic_token, SharedMemoryHeader *header, SharedMemoryLister *lister, const char *registry_name=0) | fawkes::SharedMemory | static |
lock_for_read() | fawkes::SharedMemory | |
lock_for_write() | fawkes::SharedMemory | |
lut_id() const | firevision::SharedMemoryLookupTable | |
MagicTokenSize | fawkes::SharedMemory | static |
MaxNumConcurrentReaders | fawkes::SharedMemory | static |
memptr() const | fawkes::SharedMemory | |
num_attached() const | fawkes::SharedMemory | |
num_attached(int shm_id) | fawkes::SharedMemory | static |
ptr(void *addr) const | fawkes::SharedMemory | |
set(void *memptr) | fawkes::SharedMemory | |
set_destroy_on_delete(bool destroy) | fawkes::SharedMemory | |
set_lut_id(const char *lut_id) | firevision::SharedMemoryLookupTable | |
set_swapable(bool swapable) | fawkes::SharedMemory | |
SharedMemory(const char *magic_token, SharedMemoryHeader *header, bool is_read_only, bool create, bool destroy_on_delete, const char *registry_name=0) | fawkes::SharedMemory | |
SharedMemory(const SharedMemory &s) | fawkes::SharedMemory | |
SharedMemory(const char *magic_token, bool is_read_only, bool create, bool destroy_on_delete, const char *registry_name=0) | fawkes::SharedMemory | protected |
SharedMemoryLookupTable(const char *lut_id, unsigned int width, unsigned int height, unsigned int depth=1, unsigned int bytes_per_cell=1) | firevision::SharedMemoryLookupTable | |
SharedMemoryLookupTable(const char *lut_id, bool is_read_only=true) | firevision::SharedMemoryLookupTable | |
shmem_id() const | fawkes::SharedMemory | |
try_lock_for_read() | fawkes::SharedMemory | |
try_lock_for_write() | fawkes::SharedMemory | |
unlock() | fawkes::SharedMemory | |
width() const | firevision::SharedMemoryLookupTable | |
wipe(const char *lut_id) | firevision::SharedMemoryLookupTable | static |
~SharedMemory() | fawkes::SharedMemory | virtual |
~SharedMemoryLookupTable() | firevision::SharedMemoryLookupTable | |