Go to the source code of this file.
Go to the SVN repository for this file.
#define R_WRAP(Type, Call, Declaration) #define R_WRAP_VOID(Call, Declaration) #define W_WRAP(Type, Call, Declaration) #define W_WRAP_VOID(Call, Declaration) #define R_WRAP(Type, Call, Declaration) #define R_WRAP_VOID(Call, Declaration) #define W_WRAP(Type, Call, Declaration) #define W_WRAP_VOID(Call, Declaration) ◆ R_WRAP [1/2] #define R_WRAP ( Type, Call, Declaration ) Value:{ \
Type ret; \
RLock(); \
ret = parent_type::Call; \
RUnlock(); \
return ret; \
}
Definition at line 250 of file set.hpp.
◆ R_WRAP [2/2] #define R_WRAP ( Type, Call, Declaration ) Value:{ \
Type ret; \
RLock(); \
ret = parent_type::Call; \
RUnlock(); \
return ret; \
}
Definition at line 250 of file set.hpp.
◆ R_WRAP_VOID [1/2] #define R_WRAP_VOID ( Call, Declaration ) Value:void Declaration \
{ \
RLock(); \
parent_type::Call; \
RUnlock(); \
}
Definition at line 259 of file set.hpp.
◆ R_WRAP_VOID [2/2] #define R_WRAP_VOID ( Call, Declaration ) Value:void Declaration \
{ \
RLock(); \
parent_type::Call; \
RUnlock(); \
}
Definition at line 259 of file set.hpp.
◆ W_WRAP [1/2] #define W_WRAP ( Type, Call, Declaration ) Value:{ \
Type ret; \
WLock(); \
ret = parent_type::Call; \
WUnlock(); \
return ret; \
}
Definition at line 266 of file set.hpp.
◆ W_WRAP [2/2] #define W_WRAP ( Type, Call, Declaration ) Value:{ \
Type ret; \
WLock(); \
ret = parent_type::Call; \
WUnlock(); \
return ret; \
}
Definition at line 266 of file set.hpp.
◆ W_WRAP_VOID [1/2] #define W_WRAP_VOID ( Call, Declaration ) Value:void Declaration \
{ \
WLock(); \
parent_type::Call; \
WUnlock(); \
}
Definition at line 275 of file set.hpp.
◆ W_WRAP_VOID [2/2] #define W_WRAP_VOID ( Call, Declaration ) Value:void Declaration \
{ \
WLock(); \
parent_type::Call; \
WUnlock(); \
}
Definition at line 275 of file set.hpp.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4