|
Marine Library
1.0
C++ library for Linux Networking Development
|
This is the complete list of members for CPosixShmFile, including all inherited members.
| block(bool on) | IFileDesc | inline |
| CFile() | CFile | inline |
| CFile(const char *pathname, int flags=kFlagsDefault, mode_t mode=kModeDefault) (defined in CFile) | CFile | inlineexplicit |
| CFile(const std::string &pathname, int flags=kFlagsDefault, mode_t mode=kModeDefault) (defined in CFile) | CFile | inlineexplicit |
| CFile(const CFile &other) (defined in CFile) | CFile | inline |
| close() | IFileDesc | inline |
| CPosixShmFile() (defined in CPosixShmFile) | CPosixShmFile | inline |
| CPosixShmFile(const char *shmname, int flags=__MyBase::kFlagsDefault, mode_t mode=__MyBase::kModeDefault) (defined in CPosixShmFile) | CPosixShmFile | inlineexplicit |
| CPosixShmFile(const std::string &shmname, int flags=__MyBase::kFlagsDefault, mode_t mode=__MyBase::kModeDefault) (defined in CPosixShmFile) | CPosixShmFile | inlineexplicit |
| CPosixShmFile(const CPosixShmFile &other) (defined in CPosixShmFile) | CPosixShmFile | inline |
| deleted() const | IFileDesc | inline |
| ErrMsg() | IFileDesc | inlinestatic |
| fd() const | IFileDesc | inline |
| fdType() const | CPosixShmFile | inlinevirtual |
| fdTypeName() const | CPosixShmFile | inlinevirtual |
| filename() const | IFileDesc | inline |
| IFileDesc() | IFileDesc | inline |
| kFdType (defined in CPosixShmFile) | CPosixShmFile | static |
| kInvalidFd (defined in IFileDesc) | IFileDesc | static |
| length() const | IFileDesc | inline |
| open(const char *shmname, int flags=kFlagsDefault, mode_t mode=kModeDefault) (defined in CPosixShmFile) | CPosixShmFile | inlinevirtual |
| open(const std::string &shmname, int flags=kFlagsDefault, mode_t mode=kModeDefault) (defined in CPosixShmFile) | CPosixShmFile | inlinevirtual |
| operator=(const CPosixShmFile &other) (defined in CPosixShmFile) | CPosixShmFile | inline |
| operator=(const CFile &other) (defined in CFile) | CFile | inline |
| read(char *buf, size_t size) | CFile | inline |
| read(std::vector< char > &buf, size_t size, bool append) | CFile | inline |
| read(std::string &buf, size_t size, bool append) | CFile | inline |
| rename(const std::string &newfile) | CFile | inline |
| Rename(const std::string &oldfile, const std::string &newfile) | CFile | inlinestatic |
| seek(off_t offset, int whence) (defined in CFile) | CFile | inline |
| seek64(off64_t offset, int whence) (defined in CFile) | CFile | inline |
| shmname() const (defined in CPosixShmFile) | CPosixShmFile | inline |
| tell() const (defined in CFile) | CFile | inline |
| tell64() const (defined in CFile) | CFile | inline |
| toString() const | CPosixShmFile | inlinevirtual |
| Unlink(const std::string &shmname) (defined in CPosixShmFile) | CPosixShmFile | inlinestatic |
| unlink() | CPosixShmFile | inlinevirtual |
| valid() const | IFileDesc | inline |
| write(const char *buf, size_t size) (defined in CFile) | CFile | inline |
| write(const std::vector< char > &buf) (defined in CFile) | CFile | inline |
| write(const std::string &buf) (defined in CFile) | CFile | inline |
| ~IFileDesc() | IFileDesc | inlinevirtual |
1.8.11